diff options
author | YamaArashi <shadow962@live.com> | 2015-07-13 15:40:33 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-13 15:40:33 -0700 |
commit | 0066e09828265cc1cc83eca27e6be76911f187ec (patch) | |
tree | 5e50f7e1527119261f7d8fac0831dfb1490a77cc /wram.asm | |
parent | f66a74b9fcb762d693e89415836386bcad2475b5 (diff) |
named party menu/naming screen wram variables
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1232,7 +1232,13 @@ W_ANIMATIONID:: ; d07c ; ID number of the current battle animation ds 1 -wd07d:: ds 1 ; used with naming functions and party display type +wNamingScreenType:: ; d07d + +wPartyMenuTypeOrMessageID:: ; d07d + +wTempTilesetNumTiles:: ; d07d +; temporary storage for the number of tiles in a tileset + ds 1 wSavedListScrollOffset:: ; d07e ; used by the pokemart code to save the existing value of wListScrollOffset |