Remove all address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
RefreshScreen:: ; 2dba
|
||||
RefreshScreen::
|
||||
call ClearWindowData
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@@ -12,10 +12,9 @@ RefreshScreen:: ; 2dba
|
||||
pop af
|
||||
rst Bankswitch
|
||||
ret
|
||||
; 2dcf
|
||||
|
||||
|
||||
CloseText:: ; 2dcf
|
||||
CloseText::
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, $1
|
||||
@@ -28,9 +27,8 @@ CloseText:: ; 2dcf
|
||||
ld hl, wVramState
|
||||
res 6, [hl]
|
||||
ret
|
||||
; 2de2
|
||||
|
||||
.CloseText: ; 2de2
|
||||
.CloseText:
|
||||
call ClearWindowData
|
||||
xor a
|
||||
ld [hBGMapMode], a
|
||||
@@ -45,9 +43,8 @@ CloseText:: ; 2dcf
|
||||
farcall ReturnFromMapSetupScript
|
||||
farcall LoadOverworldFont
|
||||
ret
|
||||
; 2e08
|
||||
|
||||
OpenText:: ; 2e08
|
||||
OpenText::
|
||||
call ClearWindowData
|
||||
ld a, [hROMBank]
|
||||
push af
|
||||
@@ -62,9 +59,8 @@ OpenText:: ; 2e08
|
||||
rst Bankswitch
|
||||
|
||||
ret
|
||||
; 2e20
|
||||
|
||||
_OpenAndCloseMenu_HDMATransferTileMapAndAttrMap:: ; 2e20
|
||||
_OpenAndCloseMenu_HDMATransferTileMapAndAttrMap::
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, $1
|
||||
@@ -75,9 +71,8 @@ _OpenAndCloseMenu_HDMATransferTileMapAndAttrMap:: ; 2e20
|
||||
pop af
|
||||
ld [hOAMUpdate], a
|
||||
ret
|
||||
; 2e31
|
||||
|
||||
SafeUpdateSprites:: ; 2e31
|
||||
SafeUpdateSprites::
|
||||
ld a, [hOAMUpdate]
|
||||
push af
|
||||
ld a, [hBGMapMode]
|
||||
@@ -101,4 +96,3 @@ SafeUpdateSprites:: ; 2e31
|
||||
; unused
|
||||
scf
|
||||
ret
|
||||
; 2e50
|
||||
|
Reference in New Issue
Block a user