mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
94057c7726
This was discussed in #815
31 lines
518 B
NASM
31 lines
518 B
NASM
DecorationNames:
|
|
; entries correspond to constants/deco_constants.asm
|
|
list_start DecorationNames
|
|
li "CANCEL"
|
|
li "PUT IT AWAY"
|
|
li "MAGNAPLANT"
|
|
li "TROPICPLANT"
|
|
li "JUMBOPLANT"
|
|
li "TOWN MAP"
|
|
li "NES"
|
|
li "SUPER NES"
|
|
li "NINTENDO 64"
|
|
li "VIRTUAL BOY"
|
|
li "GOLD TROPHY"
|
|
li "SILVER TROPHY"
|
|
li "SURF PIKACHU DOLL"
|
|
li " BED"
|
|
li " CARPET"
|
|
li " POSTER"
|
|
li " DOLL"
|
|
li "BIG "
|
|
li "FEATHERY"
|
|
li "PIKACHU"
|
|
li "PINK"
|
|
li "POLKADOT"
|
|
li "RED"
|
|
li "BLUE"
|
|
li "YELLOW"
|
|
li "GREEN"
|
|
assert_list_length NUM_DECO_NAMES
|