Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-28 | Replace many '; unused' with '; unreferenced' | Rangi | |
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi | |
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid | |
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one. | |||
2019-11-18 | Make the map setup commands match the actual function names better | mid-kid | |
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name. | |||
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | 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-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-04-05 | Move more code from home.asm into home/ | Rangi | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2016-05-10 | Name all functions in event/ | pikalaxalt | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-04 | HDMA transfer functions | 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-24 | writebackup --> closewindow; game corner prize vendors; others | PikalaxALT | |
2015-12-22 | Color fns, some more address decoding in link/mobile | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-09 | opentext and breeding | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |
2015-11-11 | engine/mart.asm | PikalaxALT | |
2015-11-04 | home/copy.asm completely labeled | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-10-17 | Add commented numbers to map/group constants | 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 | Named more specials, fixed a missing EOL | 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 | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-09-18 | move window asm into home/window.asm | yenatch | |