diff options
author | yenatch <yenatch@gmail.com> | 2013-07-21 05:53:04 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-21 05:53:04 -0400 |
commit | b3c5ca0d6e4a5abafe38aa8f448ab65c4c265d44 (patch) | |
tree | 0ddc3bcb5c47847f4adcc4abfba544946fe45e3f | |
parent | 8e27cfbc1a9891788e1dc3b588e7d2486684294c (diff) |
mom/rival/red/green names
-rw-r--r-- | wram.asm | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |