summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm12
1 files changed, 9 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index 12d242a02..f462d611f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1408,10 +1408,16 @@ PlayerID: ; d47b
ds 2
PlayerName: ; d47d
ds 11
-PlayerNameEnd: ; d478
+PlayerNameEnd: ; d488
+
+ ds 11
+
+WRivalName: ; d493
+ ds 11
+WRivalNameEnd: ; d49e
+
+ ds 24
- ds 46
-
; init time set at newgame
StartDay: ; d4b6
ds 1