summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-13 15:40:33 -0700
committerYamaArashi <shadow962@live.com>2015-07-13 15:40:33 -0700
commit0066e09828265cc1cc83eca27e6be76911f187ec (patch)
tree5e50f7e1527119261f7d8fac0831dfb1490a77cc /wram.asm
parentf66a74b9fcb762d693e89415836386bcad2475b5 (diff)
named party menu/naming screen wram variables
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index c1002fcd..13853b55 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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