diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-22 19:41:18 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-22 19:41:18 +0100 |
commit | 13ce1941b291f74e3ebff3d72d373c7b4aae6c28 (patch) | |
tree | 8ee2b09bb2f0bd8bcdc4e1da56546bce9f9e6269 /src/hram.asm | |
parent | 3d0f752a1dd2da7a61adc6b7e0dcb798af302b45 (diff) | |
parent | 0e9c5aafbdf439f9e32fd4b8b484a9c7d188db5e (diff) |
Merge branch 'master' of https://github.com/pret/poketcg
Diffstat (limited to 'src/hram.asm')
-rw-r--r-- | src/hram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hram.asm b/src/hram.asm index bfdf81a..9cdba06 100644 --- a/src/hram.asm +++ b/src/hram.asm @@ -70,7 +70,7 @@ hTempPlayAreaLocation_ff9d:: ; ff9d ds $1 ; index for AIActionTable -hAIActionTableIndex:: ; ff9e +hOppActionTableIndex:: ; ff9e ds $1 ; deck index of a card (0-59) |