summaryrefslogtreecommitdiff
path: root/engine/namingscreen.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-06 18:23:00 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-06 18:23:00 -0400
commitd7a01e92e9b571b91b956cda873de89f4bf8f5f5 (patch)
tree2d59ffed7a49afebf6bfc7e7d5a11dfba1a40dca /engine/namingscreen.asm
parent789ebc73042e07b5e50b3cc3c17ebd1df141f000 (diff)
Remaining layout constants
Diffstat (limited to 'engine/namingscreen.asm')
-rwxr-xr-xengine/namingscreen.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/namingscreen.asm b/engine/namingscreen.asm
index 16a87b0c8..6da123a90 100755
--- a/engine/namingscreen.asm
+++ b/engine/namingscreen.asm
@@ -43,7 +43,7 @@ NamingScreen: ; 116c1
.SetUpNamingScreen: ; 116f8
call ClearBGPalettes
- ld b, SCGB_08
+ ld b, SCGB_DIPLOMA
call GetSGBLayout
call DisableLCD
call LoadNamingScreenGFX
@@ -1049,7 +1049,7 @@ _ComposeMailMessage: ; 11e75 (mail?)
ld a, $e3
ld [rLCDC], a
call .initwNamingScreenMaxNameLength
- ld b, SCGB_08
+ ld b, SCGB_DIPLOMA
call GetSGBLayout
call WaitBGMap
call WaitTop