diff options
author | yenatch <yenatch@gmail.com> | 2013-04-12 17:23:39 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-12 17:24:16 -0400 |
commit | 736275ae0a136c90417442ce7a042aa6f8fa7bbb (patch) | |
tree | 04307c31786d10bd19ce6819c99959bd4f4b0b50 | |
parent | d6f6df0feba7c9eb535b336b67a73b15d900a234 (diff) |
pokedex entries got caught in the map header move
-rw-r--r-- | main.asm | 6 | ||||
-rw-r--r-- | maps/HallOfFame.asm | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -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" |