Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Move all misc/ and unknown/ files to meaningful directories | Remy Oukaour | |
2017-12-10 | Use correct WRAM labels for intro/title scenes | Remy Oukaour | |
Remove outdated WRAM alias comments | |||
2017-11-25 | Label BattleTowerRoomMenu | mid-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-19 | Labelled some battle tower-related functions | mid-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-09 | Replace ‘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-16 | Labels for Trainer Rankings stat tracking functions | hatschky | |
2016-05-05 | Mobile and more battle anims | pikalaxalt | |
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
2016-04-10 | Local 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-27 | Split up banks 1-3 of main.asm | pikalaxalt | |
2015-12-28 | Dummy Game | PikalaxALT | |
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-25 | Labels relating to odd egg | PikalaxALT | |
2015-12-21 | More link trade shenanigans | PikalaxALT | |
2015-12-17 | More menu stuff | PikalaxALT | |
2015-12-08 | More battle tower shenanigans | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |
2015-11-26 | Battle Tower scripts and text labels | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |
2015-11-24 | Partial interpretation of battle tower trainer data | PikalaxALT | |
2015-11-18 | Fruit tree constants, more mail engine | PikalaxALT | |
2015-11-17 | Save, Bill's PC | PikalaxALT | |
2015-11-07 | more battle core labels | PikalaxALT | |
2015-11-07 | More Battle Tower shenanigans | PikalaxALT | |