diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 20:49:34 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 21:26:38 -0400 |
commit | 52605b764a6ecfb781ca9e70d51dad909dabe7c3 (patch) | |
tree | 5c5f94165c373acdab98443004131d31d937b01a /battle/core.asm | |
parent | f53d65c536096213b6826765f81a0f436c88fe72 (diff) |
Add commented numbers to map/group constants
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm index 4e4898a89..fc10569fd 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -5268,7 +5268,7 @@ Function3e234: ; 3e234 call Function3df2c call WaitBGMap call Function309d - call Function1fbf + call ResetTextRelatedRAM call Function3ee27 and a ret @@ -5279,7 +5279,7 @@ Function3e234: ; 3e234 ld a, [wd0ee] and $c0 ld [wd0ee], a - call Function1fbf + call ResetTextRelatedRAM call Function32f9 scf ret |