mid-kid
|
23cdf06e5e
|
RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemon
|
2018-08-07 09:46:21 +02:00 |
|
mid-kid
|
86c1b05fbc
|
Split print_move_description and mon_menu
|
2018-08-07 09:46:21 +02:00 |
|
Rangi
|
8498394701
|
wSwitchMon
|
2018-07-29 01:27:33 -04:00 |
|
Rangi
|
9dec80b07e
|
Add meaningful aliases for wd265
Introduce MONICON_* constants
Introduce BATTLEPLAYERACTION_* constants
|
2018-07-29 00:25:52 -04:00 |
|
Rangi
|
4f0c9cecf9
|
StringCmp → CompareBytes; CompareLong → CompareBytesLong
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed
|
2018-07-23 00:25:53 -04:00 |
|
Rangi
|
a1806d6e81
|
Consistent routine naming convention: 'Foo' wraps '_Foo'
|
2018-07-23 00:13:43 -04:00 |
|
Rangi
|
187e30cac8
|
Replace more hex values with constants or decimal
|
2018-07-11 15:40:09 -04:00 |
|
Rangi
|
da5125e141
|
" " → "┘" + 1
|
2018-06-30 17:42:16 -04:00 |
|
Rangi
|
06eb89d903
|
"┘" + 1 == " "
Using X+1 makes sense when X is the last control character in a contiguous group, but "┘" is not, so we can use the first non-control character
|
2018-06-25 14:09:56 -04:00 |
|
Rangi
|
1caa50a647
|
No space between labels and bodies
|
2018-06-25 12:24:18 -04:00 |
|
Rangi
|
5693cc49cf
|
Single newline at the end of files
|
2018-06-25 12:07:35 -04:00 |
|
Rangi
|
67d1364c7a
|
Fix triple newlines left over from removing address comments
|
2018-06-24 23:22:50 -04:00 |
|
Rangi
|
9afaed9b8f
|
Remove more address comments
|
2018-06-24 21:39:23 -04:00 |
|
mid-kid
|
5efce10789
|
Remove even more address comments
That should be all of them this time
|
2018-06-25 02:10:37 +02:00 |
|
mid-kid
|
1d9a68dbdd
|
Remove all address comments
|
2018-06-24 16:13:22 +02:00 |
|
Rangi
|
fbe82a7fe0
|
Note which labels are only needed for locating banks (relevant to issue #485)
|
2018-06-12 23:29:15 -04:00 |
|
Rangi
|
32b92ca51c
|
Start improving sprite movement engine (to do: identify bit flags)
Introduce maskbits N[, S]: optionally shift the bitmask
|
2018-05-23 12:48:14 -04:00 |
|
Rangi
|
846e3e65de
|
adc a, 0 → adc 0; fix comments
|
2018-05-20 17:55:27 -04:00 |
|
Rangi
|
8acc8d6e30
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-05-06 22:45:07 -04:00 |
|
Rangi
|
1c92cb8b48
|
'rept' is not indented
|
2018-05-06 12:16:57 -04:00 |
|
mid-kid
|
acdb302035
|
Fix rest of the givepokeitem/checkpokeitem references
|
2018-05-06 13:48:04 +02:00 |
|
mid-kid
|
c82deab86f
|
fix-various-little-things
A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
|
2018-05-05 09:19:04 +02:00 |
|
yenatch
|
40b537d45b
|
Merge pull request #503 from Rangi42/master
Factor wMisc into meaningful parts; move most code out of home.asm
|
2018-04-09 21:30:24 -04:00 |
|
Rangi
|
7307fc8dce
|
Use constants for bit/set/res more
|
2018-04-05 11:44:02 -04:00 |
|
mid-kid
|
1891879b62
|
GENDERLESS -> GENDER_UNKNOWN
This is how they're called in official sources, and it fits better with
the other `GENDER_` constants.
|
2018-04-05 07:54:20 +02:00 |
|