Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid | |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi | |
(Some unreferenced labels are above code which is still used via fallthrough!) | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-16 | Harmonize home/ with pokegold | Rangi | |
2020-02-13 | Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes | mid-kid | |
No prefix for the farcall, prefix with an underscore for the farcalled. This matches what is done for pretty much every other home function. | |||
2019-02-16 | Update to rgbds 0.3.8 | 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 | No space between labels and bodies | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-01-26 | use PAL_COLOR_SIZE | Rangi | |
2018-01-22 | PALETTE_SIZE | Rangi | |
2018-01-22 | tile+color macros in gfx.asm | Rangi | |
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-01 | Merge 2d0ed11 and 355acfc from Roukaour/master | xCrystal | |
2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal | |
2018-01-01 | Use constants for rBGPI+rOBPI auto-increment | Remy Oukaour | |
Fix some documentation | |||
2017-12-26 | Copy sram.asm's global start/end constants for wram.asm and vram.asm | Remy Oukaour | |
2017-12-26 | Various cleanup | Remy Oukaour | |
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` | |||
2016-05-27 | Port homecall macro | 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-09 | underground switches, town map | PikalaxALT | |
2015-11-20 | Annotate battle tower text bug | PikalaxALT | |
2015-11-16 | engine/pokegear.asm | PikalaxALT | |
2015-11-13 | sprite engine; tileset constants | PikalaxALT | |
2015-11-12 | Map header labels, tileset constants | PikalaxALT | |
2015-11-09 | Some work on battle animations | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-07-25 | Macro update, roam mon annotations | PikalaxALT | |
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags. | |||
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-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-09-09 | rename common/ to home/ | yenatch | |