diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-27 14:26:41 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-27 14:26:41 +0100 |
commit | f608fd9e506f37b55fbb10f09476d148d53c9c64 (patch) | |
tree | 8a0f43d7c3729bfea2fe9cafdef0d784bf645491 /src/wram.asm | |
parent | 4485b77a5f5041e17ea6f349fd8fe677316afac9 (diff) |
Document main menu and game event functions
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 |