Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-16 | Harmonize home/ with pokegold | Rangi | |
2020-04-04 | Miscellaneous fixes: | Rangi | |
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels | |||
2020-02-23 | JoypadInt -> Joypad | mid-kid | |
This matches all other interrupts. The old Joypad was renamed to UpdateJoypad. | |||
2019-05-25 | Fix usage of rIE and rSC constants | mid-kid | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-01-30 | Fix wVirtualOAM labels, part 1. | luckytyphlosion | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-03 | Serve2bppRequest@VBlank → Serve2bppRequest_VBlank | Remy Oukaour | |
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
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 | |||
2015-12-23 | Battle Anim Object struct constants | PikalaxALT | |
2015-11-09 | Cleaning up static HRAM labels; movement stuff, route 38 trainers | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-07-20 | Reverted ld_hl_pointer macro | PikalaxALT | |
2015-07-18 | Trainer data structure and field move functions | PikalaxALT | |
Trainer data in map scripts is now a macro-defined structure. Field move functions in main.asm are now nearly completely annotated, with local references. Trailing white space deleted. | |||
2015-02-10 | Blind wram labels part 4. | yenatch | |
2015-01-19 | hVBlank | yenatch | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-10-11 | fix labels for SoundRestart and UpdateSound | yenatch | |
2013-09-09 | rename common/ to home/ | yenatch | |