diff options
author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-01-26 01:01:22 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 13:01:22 -0500 |
commit | 5251fe1ec15442de2605bd1c653e9dfd07b36adc (patch) | |
tree | c8d1277730fb11969e9e1b1ac75c99fba57dab81 /ram | |
parent | 000e98b23502f7d1007efc769fce472ea6ac42d4 (diff) |
Split and label Trainer Gear code (#89)
Split and label Trainer Gear code
Diffstat (limited to 'ram')
-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 |