shithub: pokecrystal

Download patch

ref: 736275ae0a136c90417442ce7a042aa6f8fa7bbb
parent: d6f6df0feba7c9eb535b336b67a73b15d900a234
author: yenatch <[email protected]>
date: Fri Apr 12 13:23:39 EDT 2013

pokedex entries got caught in the map header move

--- a/main.asm
+++ b/main.asm
@@ -17087,6 +17087,12 @@
 INCLUDE "maps/HallOfFame.asm"
 
 
+;                       Pokedex entries I
+;                            001-064
+
+INCLUDE "stats/pokedex/entries_1.asm"
+
+
 SECTION "bank61",DATA,BANK[$61]
 
 ;                        Map Scripts XIV
--- a/maps/HallOfFame.asm
+++ b/maps/HallOfFame.asm
@@ -123,10 +123,6 @@
 ; 0x181695
 
 
-;                         Pokedex entries I
-;                             001-064
-
-INCLUDE "stats/pokedex/entries_1.asm"