diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-12 17:42:54 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-12 17:42:54 -0700 |
commit | d8b53bf8a0e26c9d8b7dd17b151788e7e89ec7bf (patch) | |
tree | 4cb1b2bf0d8496eeca4222054f463ac7416874f3 /wram.asm | |
parent | fae070755617e9abf52bc48c5038e542a2469de8 (diff) | |
parent | e7208f196419fbf9a6b1d56af85f369d00e1051d (diff) |
Merge pull request #134 from iimarckus/oakintro
Add some naming screen stuff.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |