diff options
Diffstat (limited to 'ram/wram.asm')
-rw-r--r-- | ram/wram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 6b7fa0f..5c10786 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -436,13 +436,16 @@ wJumptableIndex:: db wFlyDestination:: wIntroSceneFrameCounter:: +wTrainerGearPointerPosition:: wBattleTransitionCounter:: db wBattleTransitionSineWaveOffset:: wBattleTransitionSpinQuadrant:: wIntroSceneTimer:: +wTrainerGearCard:: wcb60:: ds 1 +wTrainerGearRadioIndex:: wcb61:: ds 1 wVBCopySize:: ds 1 |