diff options
author | yenatch <yenatch@gmail.com> | 2014-05-29 11:10:21 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-31 22:57:00 -0700 |
commit | 99fbe3147bfb73ec02c0886dd6c16b6f94e0ebda (patch) | |
tree | ad93468e3ea0569e592cff7bf6f13007bb2ccfbd /contents.asm | |
parent | 9755ff375a7e80b978d9cd32052a6cf2cc7c45cf (diff) |
Rename directory stats -> data.
Diffstat (limited to 'contents.asm')
-rw-r--r-- | contents.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contents.asm b/contents.asm index 62756c88d..2bea33066 100644 --- a/contents.asm +++ b/contents.asm @@ -13,17 +13,17 @@ TILESETS_7 EQU $77 TILESETS_8 EQU $78 -; stats/egg_moves.o +; data/egg_moves.o EGG_MOVES EQU $8 -; stats/evos_attacks.o +; data/evos_attacks.o EVOS_ATTACKS EQU $10 -; stats/pokedex/entries.o +; data/pokedex/entries.o POKEDEX_ENTRIES_1 EQU $60 POKEDEX_ENTRIES_2 EQU $6E |