From 5251fe1ec15442de2605bd1c653e9dfd07b36adc Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Tue, 26 Jan 2021 01:01:22 +0700 Subject: Split and label Trainer Gear code (#89) Split and label Trainer Gear code --- ram/wram.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ram') 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 -- cgit v1.2.3