mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Rename mystery event msg scripts
This commit is contained in:
parent
e7f6459a89
commit
37bd93ec6c
@ -15,11 +15,11 @@
|
||||
.section .rodata
|
||||
|
||||
.align 2
|
||||
.include "data/scripts/meventmsg_stamp_card.inc"
|
||||
.include "data/scripts/meventmsg_pichu.inc"
|
||||
.include "data/scripts/meventmsg_trainer.inc"
|
||||
.include "data/scripts/meventmsg_battle_card.inc"
|
||||
.include "data/scripts/meventmsg_aurora_ticket.inc"
|
||||
.include "data/scripts/meventmsg_mystic_ticket.inc"
|
||||
.include "data/scripts/meventmsg_altering_cave.inc"
|
||||
.include "data/scripts/meventmsg_old_sea_map.inc"
|
||||
.include "data/scripts/mevent_stamp_card.inc"
|
||||
.include "data/scripts/mevent_pichu.inc"
|
||||
.include "data/scripts/mevent_trainer.inc"
|
||||
.include "data/scripts/mevent_battle_card.inc"
|
||||
.include "data/scripts/mevent_aurora_ticket.inc"
|
||||
.include "data/scripts/mevent_mystic_ticket.inc"
|
||||
.include "data/scripts/mevent_altering_cave.inc"
|
||||
.include "data/scripts/mevent_old_sea_map.inc"
|
@ -687,7 +687,7 @@ SECTIONS {
|
||||
data/text_input_strings.o(.rodata);
|
||||
data/fonts.o(.rodata);
|
||||
src/mystery_event_msg.o(.rodata);
|
||||
data/mystery_event_msg.o(.rodata);
|
||||
data/mystery_event.o(.rodata);
|
||||
src/m4a_tables.o(.rodata);
|
||||
data/sound_data.o(.rodata);
|
||||
} =0
|
||||
|
Loading…
Reference in New Issue
Block a user