aboutsummaryrefslogtreecommitdiffstats
path: root/engine/titlescreen.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-01 15:42:29 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-01 15:42:29 -0500
commit335bf36311e24f9b652a3970ab07413a03bba056 (patch)
tree658c8bde184a9fdeb4e23d56c71880ed20a8bc1c /engine/titlescreen.asm
parentNaming screen functions. (diff)
downloadpokeyellow-335bf36311e24f9b652a3970ab07413a03bba056.tar.gz
pokeyellow-335bf36311e24f9b652a3970ab07413a03bba056.tar.xz
pokeyellow-335bf36311e24f9b652a3970ab07413a03bba056.zip
oak_speech2.asm
Also replace W_RIVALNAME with wRivalName
Diffstat (limited to 'engine/titlescreen.asm')
-rwxr-xr-xengine/titlescreen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm
index 244d9ff7..3928e49a 100755
--- a/engine/titlescreen.asm
+++ b/engine/titlescreen.asm
@@ -3,7 +3,7 @@ SetDefaultNamesBeforeTitlescreen: ; 414b (1:414b)
ld de, wPlayerName
call CopyFixedLengthText
ld hl, SonyText
- ld de, W_RIVALNAME
+ ld de, wRivalName
call CopyFixedLengthText
xor a
ld [hWY], a