Age | Commit message (Expand) | Author |
2018-03-13 | Organize the engine/ directory | mid-kid |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
2018-01-22 | More engine flag constants | Rangi |
2018-01-22 | More engine bit flag constants | Rangi |
2018-01-02 | Consistent predef function names | xCrystal |
2018-01-02 | Finish consistent Special function names | xCrystal |
2018-01-02 | Consolidate Special function names | xCrystal |
2018-01-02 | More unreferenced labels cleanup | xCrystal |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal |
2017-12-27 | Remove redundant data/ filename prefixes | Remy Oukaour |
2017-12-26 | Split battle/ into data/ and engine/ components | Remy Oukaour |
2017-12-26 | Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers | Remy Oukaour |
2017-12-24 | Rename "map permissions" to "map environment" (fix #396) | Remy Oukaour |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour |
2017-12-15 | PLAYER_SLIP → PLAYER_SKATE (probably used for the beta skateboard; DoPlayer... | Remy Oukaour |
2017-12-09 | Start organizing WRAM | Remy Oukaour |
2016-05-17 | engine/events.asm labels finished | pikalaxalt |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt |
2016-05-05 | Mobile and more battle anims | pikalaxalt |
2016-04-02 | Make town map pals more intuitive in source | pikalaxalt |
2016-01-11 | Fully label home/map_objects.asm | PikalaxALT |
2016-01-06 | Map callback constants | PikalaxALT |
2015-12-26 | jumptable macro repurposed | PikalaxALT |
2015-12-14 | map setup and warps | PikalaxALT |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT |
2015-11-26 | Battle Tower scripts and text labels | PikalaxALT |
2015-11-20 | bgcoord | PikalaxALT |
2015-11-14 | More map object work | PikalaxALT |
2015-11-12 | Map header labels, tileset constants | PikalaxALT |
2015-11-11 | More splits; map setup labels | PikalaxALT |
2015-11-05 | Various labels | PikalaxALT |
2015-11-04 | home/copy.asm completely labeled | PikalaxALT |
2015-11-03 | dbw BANK, addr replaced with dba | PikalaxALT |
2015-11-01 | Object masks | PikalaxALT |
2015-10-24 | Address comments on PR 322 | PikalaxALT |
2015-10-24 | About time I got to these functions | PikalaxALT |
2015-10-07 | More labels, including fns responsible for partymon generation | PikalaxALT |
2015-07-25 | Macro update, roam mon annotations | PikalaxALT |
2015-07-23 | Wild Pokemon functions and data | PikalaxALT |
2015-07-21 | Move radio code to its own file | PikalaxALT |
2015-07-20 | Reverted ld_hl_pointer macro | PikalaxALT |
2015-07-20 | Named more specials, fixed a missing EOL | PikalaxALT |
2015-07-20 | More label updates, moved predefs to new file | PikalaxALT |
2015-07-15 | More enumeration of constants, more annotations of scripts. | PikalaxALT |
2015-02-11 | Split out the map setup scripts. | yenatch |