mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Remove some leftover address comments
This commit is contained in:
parent
7e12ca56a8
commit
48e0125bd6
14 changed files with 31 additions and 31 deletions
|
|
@ -265,6 +265,6 @@ INCLUDE "data/credits_order.asm"
|
|||
|
||||
INCLUDE "text/credits_text.asm"
|
||||
|
||||
TheEndGfx: ; 7473e (1d:473e) (7473f on blue)
|
||||
TheEndGfx:
|
||||
INCBIN "gfx/theend.interleave.2bpp"
|
||||
TheEndGfxEnd:
|
||||
|
|
|
|||
|
|
@ -1944,7 +1944,7 @@ _AnimationSlideMonOff:
|
|||
; functions below catch it by checking if the tile number is within the valid
|
||||
; range and if not, replacing it with a blank tile.
|
||||
|
||||
.PlayerNextTile ; 79633 (1e:5633)
|
||||
.PlayerNextTile
|
||||
ld a, [hl]
|
||||
add 7
|
||||
; This is a bug. The lower right corner tile of the mon back pic is blanked
|
||||
|
|
@ -1955,7 +1955,7 @@ _AnimationSlideMonOff:
|
|||
ld a, " "
|
||||
ret
|
||||
|
||||
.EnemyNextTile ; 7963c (1e:563c)
|
||||
.EnemyNextTile
|
||||
ld a, [hl]
|
||||
sub 7
|
||||
; This has the same problem as above, but it has no visible effect because
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ DrawLineBox: ; 0x12ac7
|
|||
ld [hl], $6f ; ← (halfarrow ending)
|
||||
ret
|
||||
|
||||
PTile: ; 12adc (4:6adc) ; This is a single 1bpp "P" tile
|
||||
PTile: ; This is a single 1bpp "P" tile
|
||||
INCBIN "gfx/p_tile.1bpp"
|
||||
PTileEnd:
|
||||
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@ UnusedPartyMonSpriteFunction:
|
|||
ld [wMonPartySpriteSpecies], a
|
||||
jr WriteMonPartySpriteOAMBySpecies
|
||||
|
||||
.LoadTilePatterns ; 718ac (1c:58ac)
|
||||
.LoadTilePatterns
|
||||
push hl
|
||||
add a
|
||||
ld c, a
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ DisplayIntroNameTextBox:
|
|||
ld [wMaxMenuItem], a
|
||||
jp HandleMenuInput
|
||||
|
||||
.namestring ; 6aa3 (1:6aa3)
|
||||
.namestring
|
||||
db "NAME@"
|
||||
|
||||
IF DEF(_RED)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ PredefShakeScreenVertically:
|
|||
ld [wDisableVBlankWYUpdate], a
|
||||
ret
|
||||
|
||||
.MutateWY ; 48119 (12:4119)
|
||||
.MutateWY
|
||||
ld a, [$ff96]
|
||||
xor b
|
||||
ld [$ff96], a
|
||||
|
|
@ -57,7 +57,7 @@ PredefShakeScreenHorizontally:
|
|||
ld [rWX], a
|
||||
ret
|
||||
|
||||
.MutateWX ; 4813f (12:413f)
|
||||
.MutateWX
|
||||
ld a, [$ff97]
|
||||
xor b
|
||||
ld [$ff97], a
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ DisplayTitleScreen:
|
|||
|
||||
jr .next
|
||||
|
||||
.tileScreenCopyrightTiles ; 437f (1:437f)
|
||||
.tileScreenCopyrightTiles
|
||||
db $41,$42,$43,$42,$44,$42,$45,$46,$47,$48,$49,$4A,$4B,$4C,$4D,$4E ; ©'95.'96.'98 GAME FREAK inc.
|
||||
|
||||
.next
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ _TitleScroll:
|
|||
pop bc
|
||||
jr _TitleScroll
|
||||
|
||||
.ScrollBetween ; 37292 (d:7292)
|
||||
.ScrollBetween
|
||||
.wait
|
||||
ld a, [rLY] ; rLY
|
||||
cp l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue