summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-06-04 23:42:27 -0500
committerdannye <33dannye@gmail.com>2021-06-04 23:46:05 -0500
commitd4d63a97e41c40d9081a279e3f113177c8640767 (patch)
treec7a13784ed129ef825d737fd5184e0f1264961bc /src/wram.asm
parentd699a7a2f26e5278cb313b20ef0997416c0d10a0 (diff)
Disassemble the challenge machine
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index fd18f8a..0c028e1 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -2266,7 +2266,11 @@ wCurAutoDeckMachine:: ; d0a9
wAutoDeckMachineTextDescriptions:: ; d0aa
ds 2 * NUM_DECK_MACHINE_SLOTS
-wd0b4:: ; d0b4
+; if bit 4 is set, transition to another map via a warp
+; if bit 6 is set, transition to a special screen
+; (duel, challenge machine, battle center, gift center, credits)
+; bit 7 may also be used for some unknown purpose
+wOverworldTransition:: ; d0b4
ds $1
; a GAME_EVENT_* constant corresponding to an entry in GameEventPointerTable
@@ -3177,6 +3181,9 @@ wBoosterData_EnergyFunctionPointer:: ; d687
wBoosterData_TypeChances:: ; d689
ds NUM_BOOSTER_CARD_TYPES
+; index into ChallengeMachine_OpponentDeckIDs
+; not the typical NPC duelist ID
+wChallengeMachineOpponent:: ; d692
ds $1
wStarterDeckChoice:: ; d693