mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00
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
|