summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-18 23:30:28 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-18 23:30:28 -0400
commitc83e2e7efe1a279367316ffaf05d060c26e022cf (patch)
tree982e5a2bf8d0624ad07c61739ee17331467bf054 /home.asm
parent188f35fb75f73dc3325635d74b47891a752aa767 (diff)
Main Menu and GS Title Screen
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home.asm b/home.asm
index 2db54f6e..fcac495f 100644
--- a/home.asm
+++ b/home.asm
@@ -237,12 +237,12 @@ ReloadTilesFromBuffer_::
Function317b:: ; 317b (0:317b)
ld hl, wStringBuffer2
-.asm_317e
+CopyName2::
ld a, [de]
inc de
ld [hli], a
- cp $50
- jr nz, .asm_317e
+ cp "@"
+ jr nz, CopyName2
ret
IsInArray::
@@ -704,7 +704,7 @@ Function343a::
and a
ret
-Function3449::
+ClearBGPalettes::
call ClearPalettes
WaitBGMap:: ; 344c (0:344c)
ld a, $1
@@ -1629,7 +1629,7 @@ PrepMonFrontpic_::
INCLUDE "home/cry.asm"
PrintLevel:: ; 3a50
- ld a, [wd02a]
+ ld a, [wTempMonLevel]
ld [hl], $6e
inc hl
ld c, $2