summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-29 11:10:21 -0700
committeryenatch <yenatch@gmail.com>2014-05-31 22:57:00 -0700
commit99fbe3147bfb73ec02c0886dd6c16b6f94e0ebda (patch)
treead93468e3ea0569e592cff7bf6f13007bb2ccfbd /stats/pokedex/entries.asm
parent9755ff375a7e80b978d9cd32052a6cf2cc7c45cf (diff)
Rename directory stats -> data.
Diffstat (limited to 'stats/pokedex/entries.asm')
-rw-r--r--stats/pokedex/entries.asm26
1 files changed, 0 insertions, 26 deletions
diff --git a/stats/pokedex/entries.asm b/stats/pokedex/entries.asm
deleted file mode 100644
index b9dfe7559..000000000
--- a/stats/pokedex/entries.asm
+++ /dev/null
@@ -1,26 +0,0 @@
-INCLUDE "includes.asm"
-
-
-SECTION "Pokedex Entries 001-064", ROMX, BANK[POKEDEX_ENTRIES_1]
-
-PokedexEntries1::
-INCLUDE "stats/pokedex/entries_1.asm"
-
-
-SECTION "Pokedex Entries 065-128", ROMX, BANK[POKEDEX_ENTRIES_2]
-
-PokedexEntries2::
-INCLUDE "stats/pokedex/entries_2.asm"
-
-
-SECTION "Pokedex Entries 129-192", ROMX, BANK[POKEDEX_ENTRIES_3]
-
-PokedexEntries3::
-INCLUDE "stats/pokedex/entries_3.asm"
-
-
-SECTION "Pokedex Entries 193-251", ROMX, BANK[POKEDEX_ENTRIES_4]
-
-PokedexEntries4::
-INCLUDE "stats/pokedex/entries_4.asm"
-