mirror of https://github.com/pret/pokecrystal.git
Move type data to data/types/
This commit is contained in:
parent
efe6981a0d
commit
cb5e3378de
|
@ -2,7 +2,8 @@
|
||||||
; also used in:
|
; also used in:
|
||||||
; - PokedexTypeSearchConversionTable (see data/types/search_types.asm)
|
; - PokedexTypeSearchConversionTable (see data/types/search_types.asm)
|
||||||
; - PokedexTypeSearchStrings (see data/types/search_strings.asm)
|
; - PokedexTypeSearchStrings (see data/types/search_strings.asm)
|
||||||
; - TypeMatchups (see data/battle/type_matchups.asm)
|
; - TypeMatchups (see data/types/type_matchups.asm)
|
||||||
|
; - TypeBoostItems (see data/types/type_boost_items.asm)
|
||||||
const_def
|
const_def
|
||||||
|
|
||||||
PHYSICAL EQU const_value
|
PHYSICAL EQU const_value
|
||||||
|
|
|
@ -1639,7 +1639,7 @@ BattleCommand_ResetTypeMatchup: ; 34833
|
||||||
|
|
||||||
INCLUDE "engine/battle/ai/switch.asm"
|
INCLUDE "engine/battle/ai/switch.asm"
|
||||||
|
|
||||||
INCLUDE "data/battle/type_matchups.asm"
|
INCLUDE "data/types/type_matchups.asm"
|
||||||
|
|
||||||
BattleCommand_DamageVariation: ; 34cfd
|
BattleCommand_DamageVariation: ; 34cfd
|
||||||
; damagevariation
|
; damagevariation
|
||||||
|
@ -3642,7 +3642,7 @@ BattleCommand_DamageCalc: ; 35612
|
||||||
; 35703
|
; 35703
|
||||||
|
|
||||||
|
|
||||||
INCLUDE "data/battle/type_boost_items.asm"
|
INCLUDE "data/types/type_boost_items.asm"
|
||||||
|
|
||||||
|
|
||||||
BattleCommand_ConstantDamage: ; 35726
|
BattleCommand_ConstantDamage: ; 35726
|
||||||
|
|
Loading…
Reference in New Issue