diff options
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 |