summaryrefslogtreecommitdiff
path: root/ram
diff options
context:
space:
mode:
authorZumi <13794376+ZoomTen@users.noreply.github.com>2021-01-26 01:01:22 +0700
committerGitHub <noreply@github.com>2021-01-25 13:01:22 -0500
commit5251fe1ec15442de2605bd1c653e9dfd07b36adc (patch)
treec8d1277730fb11969e9e1b1ac75c99fba57dab81 /ram
parent000e98b23502f7d1007efc769fce472ea6ac42d4 (diff)
Split and label Trainer Gear code (#89)
Split and label Trainer Gear code
Diffstat (limited to 'ram')
-rw-r--r--ram/wram.asm3
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