diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 18:25:44 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 18:25:44 -0500 |
commit | a5a8364c35eceadf51956dac4212b440290b652c (patch) | |
tree | d8a15952763765979ca031cefde05ecc5c862b2b /home/window.asm | |
parent | 0c4bf512d08d3779d1185dd08b3f21041f2b6044 (diff) |
opentext and breeding
Diffstat (limited to 'home/window.asm')
-rw-r--r-- | home/window.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/home/window.asm b/home/window.asm index a8eba0bb6..cd6abbd6e 100644 --- a/home/window.asm +++ b/home/window.asm @@ -22,7 +22,7 @@ CloseText:: ; 2dcf ld a, $1 ld [hOAMUpdate], a - call Function2de2 + call .CloseText pop af ld [hOAMUpdate], a @@ -31,7 +31,7 @@ CloseText:: ; 2dcf ret ; 2de2 -Function2de2:: ; 2de2 +.CloseText ; 2de2 call ResetTextRelatedRAM xor a ld [hBGMapMode], a @@ -48,17 +48,17 @@ Function2de2:: ; 2de2 ret ; 2e08 -LoadFont:: ; 2e08 +OpenText:: ; 2e08 call ResetTextRelatedRAM ld a, [hROMBank] push af ld a, BANK(Function6454) ; and BANK(Function64bf) rst Bankswitch - call Function6454 + call Function6454 ; clear bgmap call SpeechTextBox - call Function2e20 - call Function64bf + call Function2e20 ; anchor bgmap + call Function64bf ; load font pop af rst Bankswitch |