summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-14 15:48:34 -0700
committerYamaArashi <shadow962@live.com>2015-07-14 15:48:34 -0700
commita0ed5bd4aa28745d4d3a47471636d2b9f4235b67 (patch)
tree95ccf81266e2e41f8400286a8f3d978a9ee841fe /wram.asm
parent01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc (diff)
field moves
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm16
1 files changed, 13 insertions, 3 deletions
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