Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-29 | Identify the remaining (non-mobile) uses of another WRAM union | Rangi | |
2019-11-03 | Split menu code out of home/movement.asm | Rangi | |
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-25 | Single newline at the end of files | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-24 | Renaming: (fix #412) | Remy Oukaour | |
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event | |||
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-09 | More WRAM cleanup | Remy Oukaour | |
2016-05-14 | Unify directional movement macros | pikalaxalt | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
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 | |||
2016-03-01 | Battle animation annotations | PikalaxALT | |
2015-12-23 | Battle Anim Object struct constants | PikalaxALT | |
2015-12-17 | More menu stuff | PikalaxALT | |
2015-12-17 | Mobile trade animations, pokepic animations | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-11-18 | CmdQueues | PikalaxALT | |
2015-11-09 | Cleaning up static HRAM labels; movement stuff, route 38 trainers | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-07-22 | Various annotations | PikalaxALT | |
Annotated the SGB functions in predef/sgb.asm, and some of the map scripts. Renamed several functions in home. Renamed six WRAM addresses corresponding to party icon animations, and renamed several others relative to these. | |||
2015-07-20 | Reverted ld_hl_pointer macro | PikalaxALT | |
2015-07-20 | More label updates, moved predefs to new file | PikalaxALT | |
Also named most of the engine and event flag constants. | |||
2015-07-15 | More enumeration of constants, more annotations of scripts. | PikalaxALT | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-02-10 | Blind wram labels part 4. | yenatch | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-11-27 | split some more and recomment more home asm | yenatch | |