Age | Commit message (Expand) | Author |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2020-12-07 | Identified two magic numbers and cleaned up some comments (#783) | aljohnston112 |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-06-22 | Identify some more labels | Rangi |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-01-06 | Merge branch 'master' into audio-macros | dannye |
2019-11-18 | Make the map setup commands match the actual function names better | mid-kid |
2019-09-02 | Update audio macros and arguments | dannye |
2019-04-19 | Identify some more WRAM labels | Rangi |
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 |
2018-06-27 | Use :: for all global labels, not the GLOBAL keyword | Rangi |
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-06-04 | Use structure constants for channel_struct | mid-kid |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
2018-01-23 | Prefix wram labels with w, part 1. | luckytyphlosion |
2018-01-23 | Cry headers and map headers were eliminated | Rangi |
2018-01-22 | wStatusFlags/2 bit constants | Rangi |
2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour |
2018-01-16 | map_header → map_def; map_header_2 → map_data | Remy Oukaour |
2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ... | Remy Oukaour |
2018-01-10 | Resolve #461 | Remy Oukaour |
2018-01-09 | Do a little cleanup towards issue #465 | Remy Oukaour |
2018-01-02 | More unreferenced labels cleanup | xCrystal |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal |
2017-12-26 | Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers | Remy Oukaour |
2017-12-09 | Start organizing WRAM | Remy Oukaour |
2017-12-09 | More constants | Remy Oukaour |
2016-05-28 | Fix PlaySFX priority comment | Brandon Mulcahy |
2016-04-10 | Local labels starting with capital letters are now decorated with a trailing ... | pikalaxalt |
2016-01-18 | Prepare to merge | PikalaxALT |
2016-01-12 | More WRAM tidying | PikalaxALT |
2015-12-26 | Move effects; no more reloadmapmusic, returnafterbattle | PikalaxALT |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT |
2015-11-20 | bgcoord | PikalaxALT |
2015-11-16 | More specials; bank 12 mobile | PikalaxALT |
2015-11-11 | More splits; map setup labels | PikalaxALT |
2015-11-05 | Various labels | PikalaxALT |
2015-07-21 | Move radio code to its own file | PikalaxALT |
2015-07-20 | Reverted ld_hl_pointer macro | PikalaxALT |
2015-07-20 | More label updates, moved predefs to new file | PikalaxALT |
2015-02-10 | Blind wram labels part 4. | yenatch |
2014-07-18 | Name cry functions in home.asm. | yenatch |
2014-07-18 | Rename the internal PlayCry function to _PlayCryHeader. | yenatch |