diff options
| author | surskitty <surskitty@gmail.com> | 2017-09-09 23:53:05 -0400 | 
|---|---|---|
| committer | surskitty <surskitty@gmail.com> | 2017-09-09 23:53:05 -0400 | 
| commit | 5476e2914b123d1544e8256f961431b547a965e0 (patch) | |
| tree | ddcea9bee395948f36e91f5cecd592009ee509cf | |
| parent | 4800861b6f84d073bba79c00156eee51c62f1314 (diff) | |
Renaming the image of the GB and the N64.
| -rw-r--r-- | gfx/trade/game_boy_n64.png (renamed from gfx/unknown/172f1f.png) | bin | 787 -> 787 bytes | |||
| -rwxr-xr-x | misc/mobile_5c.asm | 6 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/gfx/unknown/172f1f.png b/gfx/trade/game_boy_n64.pngBinary files differ index 0e324906d..0e324906d 100644 --- a/gfx/unknown/172f1f.png +++ b/gfx/trade/game_boy_n64.png diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 34bdb15ad..70aab972e 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_172f1f +	ld hl, GFX_GameBoyN64  	ld de, VTiles2 tile $00  	ld bc, $610  	call CopyBytes @@ -929,8 +929,8 @@ Palette_172edf:  	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) | 
