Port image_processing_effects from Emerald
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
.section .rodata
|
.section .rodata
|
||||||
.align 2, 0
|
.align 2, 0
|
||||||
|
|
||||||
gUnknown_83F3024:: @ 83F3024
|
gPointillismPoints:: @ 83F3024
|
||||||
.byte 0x00, 0x1d, 0x1c
|
.byte 0x00, 0x1d, 0x1c
|
||||||
.byte 0x0e, 0x1e, 0x1b
|
.byte 0x0e, 0x1e, 0x1b
|
||||||
.byte 0x00, 0x01, 0x32
|
.byte 0x00, 0x01, 0x32
|
||||||
|
|||||||
+1
-1
@@ -181,7 +181,7 @@ SECTIONS {
|
|||||||
asm/script_pokemon_util_80BF8FC.o(.text);
|
asm/script_pokemon_util_80BF8FC.o(.text);
|
||||||
src/heal_location.o(.text);
|
src/heal_location.o(.text);
|
||||||
src/region_map.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/battle_ai_script_commands.o(.text);
|
||||||
src/fldeff_rocksmash.o(.text);
|
src/fldeff_rocksmash.o(.text);
|
||||||
src/fldeff_dig.o(.text);
|
src/fldeff_dig.o(.text);
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
+2
-31
@@ -61,37 +61,8 @@ gUnknown_3005078: @ 3005078
|
|||||||
|
|
||||||
@ what is this?
|
@ what is this?
|
||||||
.space 0x20
|
.space 0x20
|
||||||
|
.align 2
|
||||||
gUnknown_3005330: @ 3005330
|
.include "image_processing_effects.o"
|
||||||
.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
|
.align 2
|
||||||
.include "field_specials.o"
|
.include "field_specials.o"
|
||||||
.align 2
|
.align 2
|
||||||
|
|||||||
Reference in New Issue
Block a user