pokecrystal-board/data/moves
Rangi 0345e4fb0e Add suffixes to some constants to avoid ambiguity
- `PSYCHIC` → `PSYCHIC_TYPE` (not the trainer `PSYCHIC_T` or the move `PSYCHIC_M`)
- `BLACKBELT` → `BLACKBELT_I` (not the trainer `BLACKBELT_T`)
- `CURSE_T` → `CURSE_TYPE` (not the move `CURSE`)
- `TOWN_MAP_D` → `TOWN_MAP_POSTER` (not the item `TOWN_MAP`)

This also uncovered a misidentified event: `EVENT_DECO_PLANT_4` → `EVENT_DECO_POSTER_1`. (There are three plants and four posters.)
2020-03-21 17:59:26 -04:00
..
animations.asm Identify "branch" labels in battle animations 2020-01-05 15:42:21 -05:00
critical_hit_moves.asm Miscellaneous reorganization fixes 2018-07-04 02:42:11 -04:00
descriptions.asm Remove all address comments 2018-06-24 16:13:22 +02:00
effects_pointers.asm Remove all address comments 2018-06-24 16:13:22 +02:00
effects_priorities.asm Remove all address comments 2018-06-24 16:13:22 +02:00
effects.asm CheckDestinyBond -> CheckFaint 2018-08-17 20:16:37 +02:00
flail_reversal_power.asm Move power data belongs in data/moves/ 2018-01-26 11:01:15 -05:00
grammar.asm Remove all address comments 2018-06-24 16:13:22 +02:00
magnitude_power.asm Move power data belongs in data/moves/ 2018-01-26 11:01:15 -05:00
metronome_exception_moves.asm Miscellaneous reorganization fixes 2018-07-04 02:42:11 -04:00
moves.asm Add suffixes to some constants to avoid ambiguity 2020-03-21 17:59:26 -04:00
names.asm Remove redundant data/ filename prefixes 2017-12-27 01:29:15 -05:00
present_power.asm Move power data belongs in data/moves/ 2018-01-26 11:01:15 -05:00
tmhm_moves.asm Remove all address comments 2018-06-24 16:13:22 +02:00