shithub: pokecrystal

Download patch

ref: d5e1b5a62805f855bb5296bd674c0a9aa47f3eb3
parent: 42118869210450c9ca02ddc90460461008824701
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Nov 3 09:18:23 EST 2019

The $C9 byte in page2.tilemap is a ret opcode

--- a/engine/pokedex/pokedex_3.asm
+++ b/engine/pokedex/pokedex_3.asm
@@ -1,3 +1,5 @@
+	ret ; unused
+
 LoadSGBPokedexGFX:
 	ld hl, SGBPokedexGFX_LZ
 	ld de, vTiles2 tile $31
binary files a/gfx/diploma/page2.tilemap b/gfx/diploma/page2.tilemap differ