Move map events to their own file

This commit is contained in:
PikalaxALT
2019-04-13 16:29:59 -04:00
parent 8ec229b557
commit c538a83033
4 changed files with 1289 additions and 1284 deletions
-1284
View File
File diff suppressed because it is too large Load Diff
+11
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -383,6 +383,8 @@ SECTIONS {
data/palette.o(.rodata);
src/sound.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/field_weather.o(.rodata);
data/data_835B488.o(.rodata);