mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
94057c7726
This was discussed in #815
13 lines
245 B
NASM
13 lines
245 B
NASM
StatNames:
|
|
; entries correspond to stat ids
|
|
list_start StatNames
|
|
li "ATTACK"
|
|
li "DEFENSE"
|
|
li "SPEED"
|
|
li "SPCL.ATK"
|
|
li "SPCL.DEF"
|
|
li "ACCURACY"
|
|
li "EVASION"
|
|
li "ABILITY" ; used for BattleCommand_Curse
|
|
assert_list_length NUM_LEVEL_STATS
|