summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-12 17:23:39 -0400
committeryenatch <yenatch@gmail.com>2013-04-12 17:24:16 -0400
commit736275ae0a136c90417442ce7a042aa6f8fa7bbb (patch)
tree04307c31786d10bd19ce6819c99959bd4f4b0b50
parentd6f6df0feba7c9eb535b336b67a73b15d900a234 (diff)
pokedex entries got caught in the map header move
-rw-r--r--main.asm6
-rw-r--r--maps/HallOfFame.asm4
2 files changed, 6 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index 8dcf49f70..b0c50b978 100644
--- a/main.asm
+++ b/main.asm
@@ -17087,6 +17087,12 @@ INCLUDE "maps/LancesRoom.asm"
INCLUDE "maps/HallOfFame.asm"
+; Pokedex entries I
+; 001-064
+
+INCLUDE "stats/pokedex/entries_1.asm"
+
+
SECTION "bank61",DATA,BANK[$61]
; Map Scripts XIV
diff --git a/maps/HallOfFame.asm b/maps/HallOfFame.asm
index 26d531e0e..591963f1a 100644
--- a/maps/HallOfFame.asm
+++ b/maps/HallOfFame.asm
@@ -123,10 +123,6 @@ HallOfFame_MapEventHeader: ; 0x181678
; 0x181695
-; Pokedex entries I
-; 001-064
-
-INCLUDE "stats/pokedex/entries_1.asm"