Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-08 | All functions in main.asm have non-generic names | 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-04 | Make diacritic labels less confusing in PlaceString. | yenatch | |
2016-03-03 | Use the dakuten characters. | yenatch | |
2016-01-18 | Prepare to merge | PikalaxALT | |
2015-11-29 | buttonsound | PikalaxALT | |
2015-11-28 | Renaming sections, further dissolving main.asm | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |
2015-11-23 | link and seer labels | PikalaxALT | |
2015-11-18 | items/item_effects.asm; engine/evolution.asm | PikalaxALT | |
2015-10-31 | SPRITEMOVEDATA | PikalaxALT | |
2015-10-30 | Enumerate text constants | PikalaxALT | |
2015-10-19 | Move battle start animation functions to its own file | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-10-13 | Replace Functionfb8 with FillBoxWithByte | PikalaxALT | |
2015-10-11 | Magikarp functions moved to event/magikarp.asm | PikalaxALT | |
2015-10-09 | More radio labels | PikalaxALT | |
2015-10-04 | soft reset | 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-15 | More enumeration of constants, more annotations of scripts. | PikalaxALT | |
2015-02-10 | Blind wram labels part 4. | yenatch | |
2014-08-14 | Recomment the text engine. | yenatch | |
2014-07-18 | Name cry functions in home.asm. | yenatch | |
2014-06-04 | Use {hl,de,bc}coord macros wherever possible. | yenatch | |
2014-03-03 | Get rid of static rom addresses in home/text.asm. | yenatch | |
2014-02-24 | Misc bank 9 and text command $14 data. | yenatch | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-12-22 | no more Public in joypad interface labels | yenatch | |
2013-10-25 | Merge commit '546c17ad' into merge-mrwint | yenatch | |
Conflicts: engine/scripting.asm main.asm | |||
2013-10-08 | rename 'StartSFX' to 'PlaySFX' | yenatch | |
2013-10-02 | * more callab/callba macros | Mr Wint | |
2013-10-01 | * extracted and added a bunch of assembly | Mr Wint | |
2013-09-09 | rename common/ to home/ | yenatch | |