summaryrefslogtreecommitdiff
path: root/misc/battle_tower_5c.asm
AgeCommit message (Collapse)Author
2017-12-15Move all misc/ and unknown/ files to meaningful directoriesRemy Oukaour
2017-12-10Use correct WRAM labels for intro/title scenesRemy Oukaour
Remove outdated WRAM alias comments
2017-11-25Label BattleTowerRoomMenumid-kid
All of the functions called by it are prefixed with BattleTowerRoomMenu, but a bunch of them seem more generic than that, since they're part of different mobile menus. Also called another menu jumptable BattleTowerRoomMenu2 for the lack of a better name (only the Yes/No menu functions are used in western crystal). The names of the more generic functions should be fixed when we start labelling other menus.
2017-11-19Labelled some battle tower-related functionsmid-kid
The UbersCheck and LevelCheck are used only for the battle tower, despite them living in the mobile files. Also labelled some of the known BattleTowerActions.
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings.
2017-01-16Labels for Trainer Rankings stat tracking functionshatschky
2016-05-05Mobile and more battle animspikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-03-27Split up banks 1-3 of main.asmpikalaxalt
2015-12-28Dummy GamePikalaxALT
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-25Labels relating to odd eggPikalaxALT
2015-12-21More link trade shenanigansPikalaxALT
2015-12-17More menu stuffPikalaxALT
2015-12-08More battle tower shenanigansPikalaxALT
2015-12-01Break up engine/sprites.asm; address yenatch's commentsPikalaxALT
2015-11-26Battle Tower scripts and text labelsPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-24Partial interpretation of battle tower trainer dataPikalaxALT
2015-11-18Fruit tree constants, more mail enginePikalaxALT
2015-11-17Save, Bill's PCPikalaxALT
2015-11-07more battle core labelsPikalaxALT
2015-11-07More Battle Tower shenanigansPikalaxALT