mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Correcting gfx function name to standards.
This commit is contained in:
parent
817525a811
commit
ee5241bcc5
@ -858,7 +858,7 @@ Function172e78: ; 172e78 (5c:6e78)
|
|||||||
ld bc, $168
|
ld bc, $168
|
||||||
call ByteFill
|
call ByteFill
|
||||||
call DisableLCD
|
call DisableLCD
|
||||||
ld hl, GFX_GameBoyN64
|
ld hl, GameBoyN64GFX
|
||||||
ld de, VTiles2 tile $00
|
ld de, VTiles2 tile $00
|
||||||
ld bc, $610
|
ld bc, $610
|
||||||
call CopyBytes
|
call CopyBytes
|
||||||
@ -929,7 +929,7 @@ Palette_172edf:
|
|||||||
RGB 0, 0, 0
|
RGB 0, 0, 0
|
||||||
RGB 0, 0, 0
|
RGB 0, 0, 0
|
||||||
|
|
||||||
GFX_GameBoyN64:
|
GameBoyN64GFX:
|
||||||
INCBIN "gfx/trade/game_boy_n64.2bpp"
|
INCBIN "gfx/trade/game_boy_n64.2bpp"
|
||||||
|
|
||||||
Tilemap_1733af:
|
Tilemap_1733af:
|
||||||
|
Loading…
Reference in New Issue
Block a user