From ae36ef2c7fb722b7480d73c7a95a5d1e2ece7831 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Tue, 10 May 2016 12:31:49 -0400 Subject: Labeled every function in ROM0 that's referenced in the source --- constants/misc_constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants') 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 -- cgit v1.2.3