diff options
author | YamaArashi <shadow962@live.com> | 2015-07-14 15:48:34 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-14 15:48:34 -0700 |
commit | a0ed5bd4aa28745d4d3a47471636d2b9f4235b67 (patch) | |
tree | 95ccf81266e2e41f8400286a8f3d978a9ee841fe /wram.asm | |
parent | 01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc (diff) |
field moves
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -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 |