mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
298 B
PHP
8 lines
298 B
PHP
@ To be populated with macros for CallBattlePalaceFunction
|
|
|
|
@ Buffer the opponents intro speech to gStringVar4. Also used by Battle Arena and Factory
|
|
.macro palace_getopponentintro
|
|
setvar VAR_0x8004, BATTLE_PALACE_FUNC_GET_OPPONENT_INTRO
|
|
special CallBattlePalaceFunction
|
|
.endm
|