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 /main.asm | |
parent | d6f6df0feba7c9eb535b336b67a73b15d900a234 (diff) |
pokedex entries got caught in the map header move
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 6 insertions, 0 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 |