summaryrefslogtreecommitdiff
path: root/wram.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 /wram.asm
parent3bc05852e57bd4eb0ece8fa79369aa75a47a0876 (diff)
oak_speech2.asm
Also replace W_RIVALNAME with wRivalName
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 5ceb135d..5922f27c 100755
--- a/wram.asm
+++ b/wram.asm
@@ -2280,7 +2280,7 @@ wBagItems:: ; d31e
wPlayerMoney:: ; d347
ds 3 ; BCD
-W_RIVALNAME:: ; d34a
+wRivalName:: ; d34a
ds NAME_LENGTH
wOptions:: ; d355