diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-10 12:31:49 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-10 12:31:49 -0400 |
| commit | ae36ef2c7fb722b7480d73c7a95a5d1e2ece7831 (patch) | |
| tree | c6cfbfa143807b10f3baf86eeed3ff6275237c72 /constants | |
| parent | e95d42e0af1921f516c1fd4269024aa3f586514f (diff) | |
Labeled every function in ROM0 that's referenced in the source
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/misc_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 41a6f7da0..62581bf47 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -18,10 +18,12 @@ LV_CHAR EQU $6e ; GetName types PKMN_NAME EQU 1 MOVE_NAME EQU 2 +; dummied out EQU 3 ITEM_NAME EQU 4 PARTY_OT_NAME EQU 5 ENEMY_OT_NAME EQU 6 TRAINER_NAME EQU 7 +; broken ptr EQU 8 ; hp HP_GREEN EQU 0 |
