diff options
Diffstat (limited to 'asm/macros/battle_frontier.inc')
-rw-r--r-- | asm/macros/battle_frontier.inc | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/asm/macros/battle_frontier.inc b/asm/macros/battle_frontier.inc deleted file mode 100644 index 8a5f369a3..000000000 --- a/asm/macros/battle_frontier.inc +++ /dev/null @@ -1,35 +0,0 @@ -@ To be populated with macros for the Battle Frontier CallFacilityFunction specials - - -@ Frontier Util - -.macro frontier_setlvlmode lvlmode:req -setvar VAR_0x8004, FRONTIER_UTIL_FUNC_2 -setvar VAR_0x8005, 1 -setvar VAR_0x8006, \lvlmode -special CallFrontierUtilFunc -.endm - -@ Battle Tower - -.macro battletower_getstreak -setvar VAR_0x8004, BATTLE_TOWER_FUNC_1 -setvar VAR_0x8005, 1 -special CallBattleTowerFunc -.endm - -@ Battle Dome - -@ Battle Palace - -@ Battle Arena - -@ Battle Factory - -@ Battle Pike - -@ Battle Pyramid - -@ Battle Tent - -@ Apprentice |