You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove all address comments
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
LoadSGBPokedexGFX: ; 1ddf1c
|
||||
LoadSGBPokedexGFX:
|
||||
ld hl, SGBPokedexGFX_LZ
|
||||
ld de, vTiles2 tile $31
|
||||
call Decompress
|
||||
ret
|
||||
|
||||
LoadSGBPokedexGFX2: ; 1ddf26 (77:5f26)
|
||||
LoadSGBPokedexGFX2:
|
||||
ld hl, SGBPokedexGFX_LZ
|
||||
ld de, vTiles2 tile $31
|
||||
lb bc, BANK(SGBPokedexGFX_LZ), 58
|
||||
call DecompressRequest2bpp
|
||||
ret
|
||||
|
||||
SGBPokedexGFX_LZ: ; 1ddf33
|
||||
SGBPokedexGFX_LZ:
|
||||
INCBIN "gfx/pokedex/sgb.2bpp.lz"
|
||||
|
||||
LoadQuestionMarkPic: ; 1de0d7
|
||||
LoadQuestionMarkPic:
|
||||
ld hl, .QuestionMarkLZ
|
||||
ld de, sScratch
|
||||
call Decompress
|
||||
ret
|
||||
|
||||
.QuestionMarkLZ: ; 1de0e1
|
||||
.QuestionMarkLZ:
|
||||
INCBIN "gfx/pokedex/question_mark.2bpp.lz"
|
||||
|
||||
DrawPokedexListWindow: ; 1de171 (77:6171)
|
||||
DrawPokedexListWindow:
|
||||
ld a, $32
|
||||
hlcoord 0, 17
|
||||
ld bc, 12
|
||||
@@ -68,7 +68,7 @@ DrawPokedexListWindow: ; 1de171 (77:6171)
|
||||
.Done:
|
||||
ret
|
||||
|
||||
DrawPokedexSearchResultsWindow: ; 1de1d1 (77:61d1)
|
||||
DrawPokedexSearchResultsWindow:
|
||||
ld a, $34
|
||||
hlcoord 0, 0
|
||||
ld bc, 11
|
||||
@@ -111,14 +111,14 @@ DrawPokedexSearchResultsWindow: ; 1de1d1 (77:61d1)
|
||||
call PlaceString
|
||||
ret
|
||||
|
||||
.esults_D ; 1de23c
|
||||
.esults_D
|
||||
; (SEARCH R)
|
||||
db "ESULTS"
|
||||
next ""
|
||||
; (### FOUN)
|
||||
next "D!@"
|
||||
|
||||
DrawDexEntryScreenRightEdge: ; 1de247
|
||||
DrawDexEntryScreenRightEdge:
|
||||
ld a, [hBGMapAddress]
|
||||
ld l, a
|
||||
ld a, [hBGMapAddress + 1]
|
||||
@@ -150,7 +150,7 @@ DrawDexEntryScreenRightEdge: ; 1de247
|
||||
ld [hBGMapAddress + 1], a
|
||||
ret
|
||||
|
||||
Bank77_FillColumn: ; 1de27f
|
||||
Bank77_FillColumn:
|
||||
push de
|
||||
ld de, SCREEN_WIDTH
|
||||
.loop
|
||||
|
||||
Reference in New Issue
Block a user