From b3c5ca0d6e4a5abafe38aa8f448ab65c4c265d44 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 21 Jul 2013 05:53:04 -0400 Subject: [PATCH] mom/rival/red/green names --- wram.asm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 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 +RivalName: ; d493 + ds 11 +RedsName: ; d49e + ds 11 +GreensName: ; d4a9 ds 11 -WRivalName: ; d493 - ds 11 -WRivalNameEnd: ; d49e - - ds 24 + ds 2 ; init time set at newgame StartDay: ; d4b6