diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 16:25:43 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 16:25:43 -0400 |
commit | c8764950bbaf77860afa3acf45a2d8e182bb7d10 (patch) | |
tree | ae464927e98a2540407266ae94b0f487260493d4 /wram.asm | |
parent | 0688c8c43a3db800a7af4b69a2efea229cf31ec5 (diff) |
Remove more address comments
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -64,7 +64,6 @@ wIncrementTempo: dw wMapMusic:: db wCryPitch:: dw wCryLength:: dw -; c1b2 ds 7 ; TODO wc1b9:: db @@ -157,7 +156,6 @@ NEXTU wLYOverrides:: ds SCREEN_HEIGHT_PX -; c690 ds $10 wLYOverrides2:: @@ -166,7 +164,6 @@ NEXTU ds $1ea -; c7ea wActiveBGEffects:: wBGEffect1:: battle_bg_effect wBGEffect1 wBGEffect2:: battle_bg_effect wBGEffect2 @@ -208,7 +205,6 @@ ENDU ds $32 wBattleAnimEnd:: -; c845 ds $1aa ; TODO @@ -375,7 +371,6 @@ wScreenSave:: SECTION "CBB2", WRAM0[$CBB2] wToolgearBuffer:: ds $40 - ; cbe2 SECTION "CBF2", WRAM0[$CBF2] @@ -399,7 +394,6 @@ wMenuBorderBottomCoord:: db wMenuBorderRightCoord:: db wMenuDataPointer:: dw wMenuCursorBuffer:: db -; cc0a ds 8 ; TODO wMenuDataHeaderEnd:: @@ -569,7 +563,7 @@ wcd47:: ds 1 wSelectedSwapPosition:: db wMenuScrollPosition:: db -wTextDest:: ds 2; cd4a +wTextDest:: ds 2 wQueuedScriptBank:: db wQueuedScriptAddr:: dw @@ -656,7 +650,7 @@ wPrevWarp:: db ds 1 UNION -wFieldMoveScriptID:: db; cdc3 +wFieldMoveScriptID:: db wMapBlocksAddress:: dw wReplacementBlock:: db |