diff options
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 3802967..6af5cb8 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1154,7 +1154,7 @@ wd0aa:: ; d0aa wd0b4:: ; d0b4 ds $1 -wd0b5:: ; d0b5 +wGameEventIndex:: ; d0b5 ds $1 wSCX:: ; d0b6 @@ -1688,7 +1688,7 @@ wd636:: ; d635 ds $32 ; which BoosterPack_* corresponds to the booster pack that the player is opening -wBoosterIndex:: ; d669 +wBoosterPackID:: ; d669 ds $1 ; card being currently processed by the booster pack engine functions |