mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-12 21:17:35 -05:00
27 lines
819 B
PHP
27 lines
819 B
PHP
MagmaHideout_3F_1R_MapScripts::
|
|
.byte 0
|
|
|
|
MagmaHideout_3F_1R_EventScript_Grunt9::
|
|
trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_9, MagmaHideout_3F_1R_Text_Grunt9Intro, MagmaHideout_3F_1R_Text_Grunt9Defeat
|
|
msgbox MagmaHideout_3F_1R_Text_Grunt9PostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
MagmaHideout_3F_1R_EventScript_Grunt16::
|
|
trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_16, MagmaHideout_3F_1R_Text_Grunt16Intro, MagmaHideout_3F_1R_Text_Grunt16Defeat
|
|
msgbox MagmaHideout_3F_1R_Text_Grunt16PostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
.ifdef FRENCH
|
|
.include "data/maps/MagmaHideout_3F_1R/text_fr.inc"
|
|
.else
|
|
.ifdef ITALIAN
|
|
.include "data/maps/MagmaHideout_3F_1R/text_it.inc"
|
|
.else
|
|
.ifdef SPANISH
|
|
.include "data/maps/MagmaHideout_3F_1R/text_es.inc"
|
|
.else
|
|
.include "data/maps/MagmaHideout_3F_1R/text.inc"
|
|
.endif
|
|
.endif
|
|
.endif
|