summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-20 03:51:52 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-20 03:51:52 -0400
commitbef792f2d21ccac0127aeffd9e0838aba81f44b6 (patch)
tree22185c93e9f9dcc3937a5e96279dd71f3b24c0d8 /home.asm
parent94129b6b451fc7770ea75ffbdcbaab4967f513bd (diff)
More label updates, moved predefs to new file
Also named most of the engine and event flag constants.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 80ce642dd..e76b8fb2b 100644
--- a/home.asm
+++ b/home.asm
@@ -836,7 +836,12 @@ NamesPointers:: ; 33ab
dbw 0, PartyMonOT
dbw 0, OTPartyMonOT
dbw BANK(TrainerClassNames), TrainerClassNames
- dbw $04, MoveDescriptions ; ????
+; 33c0
+
+Function33c0:
+ inc b
+ ld d, d
+ ld c, e
; 33c3
GetName:: ; 33c3