diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-18 07:45:12 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-18 07:45:12 +0100 |
commit | 64f6e5a34a56c597f6ba846fd17281092f18aef8 (patch) | |
tree | 1dc1c39ea830fbd143cab7f21c990baa94a30769 /src/wram.asm | |
parent | fbeee52c8f7e0679b440bc9cb35d335a79f9cfd5 (diff) | |
parent | 061a4bdc5a0ece89a5fad6279529d71926074084 (diff) |
Merge branch 'master' of https://github.com/pret/poketcg
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 42e008d..be77e77 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1506,7 +1506,9 @@ wYourOrOppPlayAreaLastCursorPosition:: ; ce5f wInPlayAreaFromSelectButton:: ; ce60 ds $1 -wce61:: ; ce61 +; it's used only in one function, +; which means that it's a kind of local variable, but defined in wram. +wPrizeCardCursorTemporaryPosition:: ; ce61 ds $1 wGlossaryPageNo:: ; ce62 |