Move map events to their own file
This commit is contained in:
-1284
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,11 @@
|
|||||||
|
.section .rodata
|
||||||
|
.align 2
|
||||||
|
|
||||||
|
gUnknown_83BF554:: @ 83BF554
|
||||||
|
.incbin "baserom.gba", 0x3BF554, 0x8
|
||||||
|
|
||||||
|
gUnknown_83BF55C:: @ 83BF55C
|
||||||
|
.incbin "baserom.gba", 0x3BF55C, 0x18
|
||||||
|
|
||||||
|
gUnknown_83BF574:: @ 83BF574
|
||||||
|
.incbin "baserom.gba", 0x3BF574, 0x18
|
||||||
+1276
File diff suppressed because it is too large
Load Diff
@@ -383,6 +383,8 @@ SECTIONS {
|
|||||||
data/palette.o(.rodata);
|
data/palette.o(.rodata);
|
||||||
src/sound.o(.rodata);
|
src/sound.o(.rodata);
|
||||||
data/battle_anim.o(.rodata);
|
data/battle_anim.o(.rodata);
|
||||||
|
data/map_events.o(.rodata);
|
||||||
|
data/battle_anim_status_effects.o(.rodata);
|
||||||
data/title_screen.o(.rodata);
|
data/title_screen.o(.rodata);
|
||||||
data/field_weather.o(.rodata);
|
data/field_weather.o(.rodata);
|
||||||
data/data_835B488.o(.rodata);
|
data/data_835B488.o(.rodata);
|
||||||
|
|||||||
Reference in New Issue
Block a user