shithub: pokecrystal

Download patch

ref: 5476e2914b123d1544e8256f961431b547a965e0
parent: 4800861b6f84d073bba79c00156eee51c62f1314
author: surskitty <surskitty@gmail.com>
date: Sat Sep 9 19:53:05 EDT 2017

Renaming the image of the GB and the N64.

binary files /dev/null b/gfx/trade/game_boy_n64.png differ
binary files a/gfx/unknown/172f1f.png /dev/null differ
--- a/misc/mobile_5c.asm
+++ b/misc/mobile_5c.asm
@@ -858,7 +858,7 @@
 	ld bc, $168
 	call ByteFill
 	call DisableLCD
-	ld hl, GFX_172f1f
+	ld hl, GFX_GameBoyN64
 	ld de, VTiles2 tile $00
 	ld bc, $610
 	call CopyBytes
@@ -929,8 +929,8 @@
 	RGB  0,  0,  0
 	RGB  0,  0,  0
 
-GFX_172f1f:
-INCBIN "gfx/unknown/172f1f.2bpp"
+GFX_GameBoyN64:
+INCBIN "gfx/trade/game_boy_n64.2bpp"
 
 Tilemap_1733af:
 IF DEF(CRYSTAL11)