mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
40902ffe24
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
44 lines
754 B
NASM
44 lines
754 B
NASM
IconPointers:
|
|
; entries correspond to ICON_* constants (see constants/icon_constants.asm)
|
|
table_width 2, IconPointers
|
|
dw NullIcon
|
|
dw PoliwagIcon
|
|
dw JigglypuffIcon
|
|
dw DiglettIcon
|
|
dw PikachuIcon
|
|
dw StaryuIcon
|
|
dw FishIcon
|
|
dw BirdIcon
|
|
dw MonsterIcon
|
|
dw ClefairyIcon
|
|
dw OddishIcon
|
|
dw BugIcon
|
|
dw GhostIcon
|
|
dw LaprasIcon
|
|
dw HumanshapeIcon
|
|
dw FoxIcon
|
|
dw EquineIcon
|
|
dw ShellIcon
|
|
dw BlobIcon
|
|
dw SerpentIcon
|
|
dw VoltorbIcon
|
|
dw SquirtleIcon
|
|
dw BulbasaurIcon
|
|
dw CharmanderIcon
|
|
dw CaterpillarIcon
|
|
dw UnownIcon
|
|
dw GeodudeIcon
|
|
dw FighterIcon
|
|
dw EggIcon
|
|
dw JellyfishIcon
|
|
dw MothIcon
|
|
dw BatIcon
|
|
dw SnorlaxIcon
|
|
dw HoOhIcon
|
|
dw LugiaIcon
|
|
dw GyaradosIcon
|
|
dw SlowpokeIcon
|
|
dw SudowoodoIcon
|
|
dw BigmonIcon
|
|
assert_table_length NUM_ICONS + 1
|