diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-10 19:08:37 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-10 19:08:37 +0100 |
commit | a8d40599bf1c767c7247695c49a7272d2e54cedd (patch) | |
tree | b499f6981a35fc0bbf39424e67a7f24bf6d11362 /src/wram.asm | |
parent | d4959345dfa703a0054dd84d2e2c54ca9eac25ee (diff) |
Label GetCardOneStageBelow
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm index c5cdd18..ef395e6 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -972,6 +972,8 @@ wccc8:: ; ccc8 wGotHeadsFromConfusionCheck:: ; ccc9 ds $1 +; used to store card indices of all stages, in order, of a Play Area Pokémon +wAllStagesIndices:: ; ccca ds $3 wEffectFunctionsFeedbackIndex:: ; cccd |