mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-22 22:05:06 -05:00
Port image_processing_effects from Emerald
This commit is contained in:
parent
4b0befea41
commit
4cde8cf0e1
File diff suppressed because it is too large
Load Diff
|
|
@ -1,7 +1,7 @@
|
|||
.section .rodata
|
||||
.align 2, 0
|
||||
|
||||
gUnknown_83F3024:: @ 83F3024
|
||||
gPointillismPoints:: @ 83F3024
|
||||
.byte 0x00, 0x1d, 0x1c
|
||||
.byte 0x0e, 0x1e, 0x1b
|
||||
.byte 0x00, 0x01, 0x32
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ SECTIONS {
|
|||
asm/script_pokemon_util_80BF8FC.o(.text);
|
||||
src/heal_location.o(.text);
|
||||
src/region_map.o(.text);
|
||||
asm/image_processing_effects.o(.text);
|
||||
src/image_processing_effects.o(.text);
|
||||
src/battle_ai_script_commands.o(.text);
|
||||
src/fldeff_rocksmash.o(.text);
|
||||
src/fldeff_dig.o(.text);
|
||||
|
|
|
|||
1224
src/image_processing_effects.c
Normal file
1224
src/image_processing_effects.c
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -61,37 +61,8 @@ gUnknown_3005078: @ 3005078
|
|||
|
||||
@ what is this?
|
||||
.space 0x20
|
||||
|
||||
gUnknown_3005330: @ 3005330
|
||||
.space 0x4
|
||||
|
||||
gUnknown_3005334: @ 3005334
|
||||
.space 0x4
|
||||
|
||||
gUnknown_3005338: @ 3005338
|
||||
.space 0x4
|
||||
|
||||
gUnknown_300533C: @ 300533C
|
||||
.space 0x4
|
||||
|
||||
gUnknown_3005340: @ 3005340
|
||||
.space 0x4
|
||||
|
||||
gUnknown_3005344: @ 3005344
|
||||
.space 0x4
|
||||
|
||||
gUnknown_3005348: @ 3005348
|
||||
.space 0x4
|
||||
|
||||
gUnknown_300534C: @ 300534C
|
||||
.space 0x4
|
||||
|
||||
gUnknown_3005350: @ 3005350
|
||||
.space 0x4
|
||||
|
||||
gUnknown_3005354: @ 3005354
|
||||
.space 0xC
|
||||
|
||||
.align 2
|
||||
.include "image_processing_effects.o"
|
||||
.align 2
|
||||
.include "field_specials.o"
|
||||
.align 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user