mirror of
https://github.com/pret/pokeemerald.git
synced 2026-07-12 22:42:05 -05:00
26 lines
562 B
PHP
26 lines
562 B
PHP
MtPyre_4F_MapScripts::
|
|
.byte 0
|
|
|
|
@ Seems like the scripts for the 4F and 5F were swapped
|
|
|
|
MtPyre_5F_EventScript_Atsushi::
|
|
trainerbattle_single TRAINER_ATSUSHI, MtPyre_5F_Text_AtsushiIntro, MtPyre_5F_Text_AtsushiDefeat
|
|
msgbox MtPyre_5F_Text_AtsushiPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
.ifdef ENGLISH
|
|
.include "data/maps/MtPyre_4F/text.inc"
|
|
.else
|
|
.ifdef FRENCH
|
|
.include "data/maps/MtPyre_4F/text_fr.inc"
|
|
.else
|
|
.ifdef ITALIAN
|
|
.include "data/maps/MtPyre_4F/text_it.inc"
|
|
.else
|
|
.ifdef SPANISH
|
|
.include "data/maps/MtPyre_4F/text_es.inc"
|
|
.endif
|
|
.endif
|
|
.endif
|
|
.endif
|