Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-09 | More comments | Remy Oukaour | |
Fix some constants | |||
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
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-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
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 | |
2016-01-05 | maptrigger macro | PikalaxALT | |
2015-12-24 | writebackup --> closewindow; game corner prize vendors; others | PikalaxALT | |
2015-12-22 | More stats screen shenanigans | PikalaxALT | |
2015-12-20 | Menu joy flags; started with link address space | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-17 | More menu stuff | PikalaxALT | |
2015-12-16 | Bill's PC | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-13 | Pack | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |
2015-11-18 | items/item_effects.asm; engine/evolution.asm | PikalaxALT | |
2015-11-16 | Split up some more banks in main.asm | PikalaxALT | |
2015-11-11 | Further split bank 4 | PikalaxALT | |
2015-11-10 | enum macros/move_anim.asm, resolve battle/anims.asm function labels | PikalaxALT | |
2015-11-07 | more battle core labels | PikalaxALT | |
2015-11-04 | Mon submenu, engine/menu.asm | PikalaxALT | |
2015-11-02 | No more NONE | PikalaxALT | |
2015-11-01 | Fix merge conflicts | PikalaxALT | |
2015-11-01 | Buena local labels | PikalaxALT | |
2015-10-29 | No more -bash000; engine/movement.asm, SPRITEMOVEFN | PikalaxALT | |
2015-10-26 | merge with newest update | JimB16 | |
2015-10-24 | Address comments on PR 322 | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-10-17 | Add commented numbers to map/group constants | PikalaxALT | |
2015-10-17 | Battle intro animation function | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-09-12 | found functions that determine next OTPkmn | JimB16 | |
2015-09-10 | changed more labels | JimB16 | |
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-19 | Finished the decoration attributes table | PikalaxALT | |
Interpretation of the Decoration Attributes table is complete. Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map. | |||
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-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-03-03 | Map triggers and label some addresses in bank 0. | yenatch | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-12-04 | YesNoBox | 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 | |