Remove all address comments

This commit is contained in:
mid-kid
2018-06-24 16:09:41 +02:00
parent 131875d3e3
commit 1d9a68dbdd
616 changed files with 12133 additions and 20380 deletions

View File

@@ -1,4 +1,4 @@
_UnownPrinter: ; 16be4
_UnownPrinter:
ld a, [wUnownDex]
and a
ret z
@@ -94,9 +94,8 @@ _UnownPrinter: ; 16be4
ld [hInMenu], a
call ReturnToMapFromSubmenu
ret
; 16ca0
.LeftRight: ; 16ca0
.LeftRight:
ld a, [hJoyLast]
and D_RIGHT
jr nz, .press_right
@@ -127,9 +126,8 @@ _UnownPrinter: ; 16be4
.return
call .UpdateUnownFrontpic
ret
; 16cc8
.UpdateUnownFrontpic: ; 16cc8
.UpdateUnownFrontpic:
ld a, [wJumptableIndex]
cp 26
jr z, .vacant
@@ -151,7 +149,7 @@ _UnownPrinter: ; 16be4
farcall RotateUnownFrontpic
ret
.Load2bppToSRAM: ; 16cff
.Load2bppToSRAM:
ld a, [rSVBK]
push af
ld a, BANK(wDecompressScratch)
@@ -194,7 +192,6 @@ _UnownPrinter: ; 16be4
ld c, 20
call DelayFrames
ret
; 16d57
AlphRuinsStampString:
db " ALPH RUINS STAMP@"
@@ -211,15 +208,13 @@ UnownDexMenuString:
UnownDexVacantString:
db "VACANT@"
; 16d9c
UnownDexATile: ; 16d9c
UnownDexATile:
INCBIN "gfx/printer/bold_a.1bpp"
UnownDexBTile: ; 16da4
UnownDexBTile:
INCBIN "gfx/printer/bold_b.1bpp"
; 16dac
PlaceUnownPrinterFrontpic: ; 16dac
PlaceUnownPrinterFrontpic:
hlcoord 0, 0
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
ld a, " "
@@ -230,4 +225,3 @@ PlaceUnownPrinterFrontpic: ; 16dac
lb bc, 7, 7
predef PlaceGraphic
ret
; 16dc7