diff options
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1285,7 +1285,7 @@ wPlayerSpinWhileMovingUpOrDownAnimFrameDelay:: ; cd3f wHiddenObjectIndex:: ; cd3f wTrainerFacingDirection:: ; cd3f - + ds 1 wHoFMonOrPlayer:: ; cd40 @@ -1639,7 +1639,7 @@ wScriptedNPCWalkCounter:: ; cf18 wOnSGB:: ; cf1b ; if running on SGB, it's 1, else it's 0 ds 1 - + wDefaultPaletteCommand:: ; cf1c ds 1 @@ -2859,9 +2859,9 @@ wPikachuHappiness:: ds 1 ; d46f wPikachuMood:: ds 1 ; d470 wd472:: ds 1 wd473:: ds 1 - + ds 1 - + wd475:: ds 1 ds 4 @@ -2876,8 +2876,8 @@ wd492:: ds 1 ; d492 wSurfingMinigameHiScore:: ds 2 ; 4-digit BCD little-endian ds 1 + wPrinterSettings:: ds 1 - wUnknownSerialFlag_d499:: ds 1 ; d498 wPrinterConnectionOpen:: ds 1 ; d499 wPrinterOpcode:: ds 1 ; d49a @@ -3402,7 +3402,7 @@ wSecondLockTrashCanIndex:: ; d744 ds 1 ds 2 - + wEventFlags:: wd747:: ds 3 ; below here are mostly in game flags wd74a:: ds 1 @@ -3562,7 +3562,7 @@ wWaterRate:: db ; d8a4 wWaterMons:: db ; d8a5 ds wWaterRate - @ - + wEnemyMons:: ; d8a4 wEnemyMon1:: party_struct wEnemyMon1 wEnemyMon2:: party_struct wEnemyMon2 |