summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2017-09-10 00:01:38 -0400
committersurskitty <surskitty@gmail.com>2017-09-10 00:01:38 -0400
commitee5241bcc54b173e27140939275eea57a49b89cd (patch)
tree9c18162d5cc504acbe0938f6c5eae08afe38da0e /misc
parent817525a81116903521469239ae072e7f24f969fd (diff)
Correcting gfx function name to standards.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/mobile_5c.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm
index 70aab972e..d181de745 100755
--- a/misc/mobile_5c.asm
+++ b/misc/mobile_5c.asm
@@ -858,7 +858,7 @@ Function172e78: ; 172e78 (5c:6e78)
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 @@ Palette_172edf:
RGB 0, 0, 0
RGB 0, 0, 0
-GFX_GameBoyN64:
+GameBoyN64GFX:
INCBIN "gfx/trade/game_boy_n64.2bpp"
Tilemap_1733af: