diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 18:28:09 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-06 18:44:38 +0100 |
commit | 7749ebd22d28a67db2f1a9208e254da6b8e29ef0 (patch) | |
tree | 60cc17e3cccfa89869a8688486bca642ffaef5af /src/wram.asm | |
parent | a4cbb583e1d85b63fd7c030a86a5ff32d66fc9a2 (diff) |
Work on Func_8211
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 02a013d..9468724 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1283,10 +1283,12 @@ wTextBoxLabel:: ; ce4c wCoinTossScreenTextID:: ; ce4e ds $2 -wce50:: ; ce50 +; these hold either player or opponent turn +; for temporary calculations +wTurnHolder1:: ; ce50 ds $1 -wce51:: ; ce51 +wTurnHolder2:: ; ce51 ds $1 ds $7 |