mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-11 22:45:18 -05:00
Split out image_processing_effects
This commit is contained in:
parent
1235d7c506
commit
4b0befea41
3204
data/image_processing_effects.s
Normal file
3204
data/image_processing_effects.s
Normal file
File diff suppressed because it is too large
Load Diff
3202
data/region_map.s
3202
data/region_map.s
File diff suppressed because it is too large
Load Diff
|
|
@ -181,7 +181,7 @@ SECTIONS {
|
|||
asm/script_pokemon_util_80BF8FC.o(.text);
|
||||
src/heal_location.o(.text);
|
||||
src/region_map.o(.text);
|
||||
asm/region_map.o(.text);
|
||||
asm/image_processing_effects.o(.text);
|
||||
src/battle_ai_script_commands.o(.text);
|
||||
src/fldeff_rocksmash.o(.text);
|
||||
src/fldeff_dig.o(.text);
|
||||
|
|
@ -480,6 +480,7 @@ SECTIONS {
|
|||
src/heal_location.o(.rodata);
|
||||
src/region_map.o(.rodata);
|
||||
data/region_map.o(.rodata);
|
||||
data/image_processing_effects.o(.rodata);
|
||||
src/battle_ai_script_commands.o(.rodata);
|
||||
data/fldeff_flash.o(.rodata);
|
||||
src/field_specials.o(.rodata);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user