ref: ee5241bcc54b173e27140939275eea57a49b89cd
parent: 817525a81116903521469239ae072e7f24f969fd
author: surskitty <[email protected]>
date: Sat Sep 9 20:01:38 EDT 2017
Correcting gfx function name to standards.
--- a/misc/mobile_5c.asm
+++ b/misc/mobile_5c.asm
@@ -858,7 +858,7 @@
ld bc, $168
call ByteFill
call DisableLCD
- ld hl, GFX_GameBoyN64
+ ld hl, GameBoyN64GFX
ld de, VTiles2 tile $00
ld bc, $610
call CopyBytes
@@ -929,7 +929,7 @@
RGB 0, 0, 0
RGB 0, 0, 0
-GFX_GameBoyN64:
+GameBoyN64GFX:
INCBIN "gfx/trade/game_boy_n64.2bpp"
Tilemap_1733af: