summaryrefslogtreecommitdiff
path: root/engine/oak_speech2.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-13 15:40:33 -0700
committerYamaArashi <shadow962@live.com>2015-07-13 15:40:33 -0700
commit0066e09828265cc1cc83eca27e6be76911f187ec (patch)
tree5e50f7e1527119261f7d8fac0831dfb1490a77cc /engine/oak_speech2.asm
parentf66a74b9fcb762d693e89415836386bcad2475b5 (diff)
named party menu/naming screen wram variables
Diffstat (limited to 'engine/oak_speech2.asm')
-rwxr-xr-xengine/oak_speech2.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/oak_speech2.asm b/engine/oak_speech2.asm
index d8043484..49154d13 100755
--- a/engine/oak_speech2.asm
+++ b/engine/oak_speech2.asm
@@ -12,8 +12,8 @@ LoadDefaultNamesPlayer: ; 695d (1:695d)
jr .asm_6999
.asm_697a
ld hl, wPlayerName
- xor a
- ld [wd07d], a
+ xor a ; NAME_PLAYER_SCREEN
+ ld [wNamingScreenType], a
call DisplayNamingScreen
ld a, [wcf4b]
cp $50
@@ -45,8 +45,8 @@ LoadDefaultNamesRival: ; 69a4 (1:69a4)
jr .asm_69e1
.asm_69c1
ld hl, W_RIVALNAME
- ld a, $1
- ld [wd07d], a
+ ld a, NAME_RIVAL_SCREEN
+ ld [wNamingScreenType], a
call DisplayNamingScreen
ld a, [wcf4b]
cp $50