diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 34 |
1 files changed, 10 insertions, 24 deletions
@@ -971,22 +971,7 @@ wAttrmap:: ; ccd9 ds SCREEN_WIDTH * SCREEN_HEIGHT wAttrmapEnd:: -wce41:: ds 1 ; ce41 -wce42:: ds 1 ; ce42 -wce43:: ds 1 ; ce43 -wce44:: ds 1 ; ce44 -wce45:: ds 1 ; ce45 -wce46:: ds 1 ; ce46 -wce47:: ds 1 ; ce47 -wce48:: ds 1 ; ce48 -wce49:: ds 1 ; ce49 -wce4a:: ds 1 ; ce4a -wce4b:: ds 1 ; ce4b -wce4c:: ds 1 ; ce4c -wce4d:: ds 1 ; ce4d -wce4e:: ds 1 ; ce4e -wce4f:: ds 1 ; ce4f -wce50:: ds 1 ; ce50 +wTileAnimBuffer:: ds 1 tiles ; ce41 wOtherPlayerLinkMode:: db ; ce51 wOtherPlayerLinkAction:: ; ce52 @@ -1482,7 +1467,7 @@ ENDU ; cf40 wPlaceBallsX:: db ; cf40 wPlaceBallsY:: db ; cf41 -wcf42:: ds 1 ; cf42 +wTileAnimationTimer:: db ; cf42 ; palette backups? wBGP:: db @@ -2008,15 +1993,16 @@ wStartMinute:: db ; d1de wStartSecond:: db ; d1df wRTC:: ds 4 ; d1e0 -wd1e4:: ds 1 ; d1e4 -wd1e5:: ds 1 ; d1e5 -wd1e6:: ds 1 ; d1e6 -wd1e7:: ds 1 ; d1e7 +wDSTBackupDay:: db ; d1e4 +wDSTBackupHours:: db ; d1e5 +wDSTBackupMinutes:: db ; d1e6 +wDSTBackupSeconds:: db ; d1e7 + wDST:: ; d1e8 ; bit 7: dst db -wd1e9:: ds 1 ; d1e9 + ds 1 wGameTimeCap:: db ; d1ea wGameTimeHours:: dw ; d1eb @@ -2155,7 +2141,7 @@ wRegisteredItem:: db ; d681 wPlayerState:: db ; d682 wHallOfFameCount:: dw -wd685:: ds 1 ; d685 +wTradeFlags:: flag_array NUM_NPC_TRADES ; d685 wd686:: ds 1 ; d686 wd687:: ds 1 ; d687 wd688:: ds 1 ; d688 @@ -2524,7 +2510,7 @@ wDecoBigDoll:: db ; d960 ; Items bought from Mom wWhichMomItem:: db ; d961 -wd962:: ds 1 ; d962 +wWhichMomItemSet:: db ; d962 wMomItemTriggerBalance:: ds 3 ; d963 wDailyResetTimer:: dw ; d966 |