From a0ed5bd4aa28745d4d3a47471636d2b9f4235b67 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 14 Jul 2015 15:48:34 -0700 Subject: field moves --- wram.asm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 0fc5a9b6..c150b6c6 100755 --- a/wram.asm +++ b/wram.asm @@ -601,6 +601,10 @@ wOverrideSimulatedJoypadStatesMask:: ; cd3b ds 1 +wFieldMoves:: ; cd3d +; 4 bytes +; the current mon's field moves + wBadgeNumberTile:: ; cd3d ; tile ID of the badge number being drawn @@ -695,9 +699,11 @@ wTradedPlayerMonOT:: ; cd41 wHiddenObjectX:: ; cd41 -wSlotMachineWinningSymbol:: ; cd42 +wSlotMachineWinningSymbol:: ; cd41 ; the OAM tile number of the upper left corner of the winning symbol minus 2 +wNumFieldMoves:: ; cd41 + wSlotMachineWheel1BottomTile:: ; cd41 wTrainerScreenX:: ; cd41 @@ -706,11 +712,15 @@ wTrainerScreenX:: ; cd41 wSlotMachineWheel1MiddleTile:: ; cd42 +wFieldMovesLeftmostXCoord:: ; cd42 + wcd42:: ds 1 ; used in pewter center script, printing field mon moves, slot machines and HoF PC -wSlotMachineWheel1TopTile:: ; cd43 +wLastFieldMoveID:: ; cd43 +; unused -wcd43:: ds 1 ; slot machine stuff and GetMonFieldMoves +wSlotMachineWheel1TopTile:: ; cd43 + ds 1 wSlotMachineWheel2BottomTile:: ; cd44 ds 1 -- cgit v1.3.1-sl0p