diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-01 15:42:29 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-01 15:42:29 -0500 |
| commit | 335bf36311e24f9b652a3970ab07413a03bba056 (patch) | |
| tree | 658c8bde184a9fdeb4e23d56c71880ed20a8bc1c /engine/titlescreen.asm | |
| parent | Naming screen functions. (diff) | |
| download | pokeyellow-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-x | engine/titlescreen.asm | 2 |
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 |
