summaryrefslogtreecommitdiff
path: root/asm/macros/battle_frontier/battle_tower.inc
blob: e9f8c92935edb98d3e89fcc3937ceb13763143a7 (plain)
1
2
3
4
5
6
7
@ To be populated with macros for CallBattleTowerFunc

	.macro battletower_getstreak
	setvar VAR_0x8004, BATTLE_TOWER_FUNC_1
	setvar VAR_0x8005, 1
	special CallBattleTowerFunc
	.endm