pokecrystal-board/engine
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
..
battle Add suffixes to some constants to avoid ambiguity 2020-03-21 17:59:26 -04:00
battle_anims rgbds supports 'X - 1' instead of 'X + -1' 2020-03-21 14:01:05 -04:00
events Add suffixes to some constants to avoid ambiguity 2020-03-21 17:59:26 -04:00
games rgbds supports 'X - 1' instead of 'X + -1' 2020-03-21 14:01:05 -04:00
gfx rgbds supports 'X - 1' instead of 'X + -1' 2020-03-21 14:01:05 -04:00
items Add suffixes to some constants to avoid ambiguity 2020-03-21 17:59:26 -04:00
link Change how some PNG graphics are formatted 2020-03-01 17:00:57 -05:00
math Miscellaneous label and comment corrections 2019-11-03 14:47:06 -05:00
menus rgbds supports 'X - 1' instead of 'X + -1' 2020-03-21 14:01:05 -04:00
movie rgbds supports 'X - 1' instead of 'X + -1' 2020-03-21 14:01:05 -04:00
overworld Add a LANDMARK_ prefix to landmark constants 2020-03-15 19:50:39 -04:00
phone Add a LANDMARK_ prefix to landmark constants 2020-03-15 19:50:39 -04:00
pokedex Add a LANDMARK_ prefix to landmark constants 2020-03-15 19:50:39 -04:00
pokegear Add a LANDMARK_ prefix to landmark constants 2020-03-15 19:50:39 -04:00
pokemon rgbds supports 'X - 1' instead of 'X + -1' 2020-03-21 14:01:05 -04:00
printer Fix some comments and inmediates 2020-02-21 21:10:55 +01:00
rtc 'and BANK' -> 'aka BANK' 2020-02-28 11:51:42 -05:00
tilesets Standardize on lowercase Tilemap and Attrmap 2020-02-13 18:31:10 +01:00
predef.asm Remove all address comments 2018-06-24 16:13:22 +02:00
smallflag.asm PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries 2020-01-19 14:10:10 -05:00