More relevant data file locations

This commit is contained in:
Remy Oukaour 2018-01-03 02:23:54 -05:00
parent 0b6857b1a9
commit 10bd011d06
7 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
; - AlphabeticalPokedexOrder (see data/pokemon/dex_order_alpha.asm)
; - EZChat_SortedPokemon (see data/pokemon/ezchat_order.asm)
; - NewPokedexOrder (see data/pokemon/dex_order_new.asm)
; - Pokered_MonIndices (see data/time_capsule/mon_order.asm)
; - Pokered_MonIndices (see data/pokemon/rby_order.asm)
; - AnimationPointers (see gfx/pokemon/anim_pointers.asm)
; - AnimationIdlePointers (see gfx/pokemon/idle_pointers.asm)
; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm)

View File

@ -1130,7 +1130,7 @@ TimeCapsule_ReplaceTeruSama: ; 28771
ret
INCLUDE "data/time_capsule/catch_rate_items.asm"
INCLUDE "data/items/catch_rate_items.asm"
Link_CopyOTData: ; 2879e

View File

@ -144,4 +144,4 @@ PlaceTradePartnerNamesAndParty: ; fb60d
jr .loop
; fb656
INCLUDE "data/time_capsule/special_stats.asm"
INCLUDE "data/pokemon/rby_base_special.asm"

View File

@ -36,4 +36,4 @@ ConvertMon_1to2: ; fb908
; fb91c
INCLUDE "data/time_capsule/mon_order.asm"
INCLUDE "data/pokemon/rby_order.asm"