summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-21 05:53:04 -0400
committeryenatch <yenatch@gmail.com>2013-07-21 05:53:04 -0400
commitb3c5ca0d6e4a5abafe38aa8f448ab65c4c265d44 (patch)
tree0ddc3bcb5c47847f4adcc4abfba544946fe45e3f
parent8e27cfbc1a9891788e1dc3b588e7d2486684294c (diff)
mom/rival/red/green names
-rw-r--r--wram.asm14
1 files changed, 8 insertions, 6 deletions
diff --git a/wram.asm b/wram.asm
index dec9176db..a4d1076f8 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1573,17 +1573,19 @@ PlayerGender: ; d472
ds 8
PlayerID: ; d47b
ds 2
+
PlayerName: ; d47d
ds 11
-PlayerNameEnd: ; d488
-
+MomsName: ; d488
ds 11
-
-WRivalName: ; d493
+RivalName: ; d493
+ ds 11
+RedsName: ; d49e
+ ds 11
+GreensName: ; d4a9
ds 11
-WRivalNameEnd: ; d49e
- ds 24
+ ds 2
; init time set at newgame
StartDay: ; d4b6