Age | Commit message (Expand) | Author |
2018-02-03 | Merge branch 'master' of github.com:pret/pokecrystal | surskitty |
2018-02-03 | db/dw, and keep unused space away from labels | Rangi |
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi |
2018-02-03 | Keep documentation in sync with new WRAM labels | Rangi |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-03 | Merge pull request #480 from luckytyphlosion/master | yenatch |
2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | Rangi |
2018-02-03 | scene_def → scene_var (for "variable", like loadvar, copybytetovar, etc) | Rangi |
2018-02-03 | Use fixed-point DIV function for a generalized sine_wave table macro | Rangi |
2018-02-03 | can't achieve this with rgbds 0.3.5 | Rangi |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi |
2018-02-02 | sine_wave macro parameterizes table size, not frequency ("amplitude" was an i... | Rangi |
2018-02-02 | oops | Rangi |
2018-02-02 | Legacy support macros | Rangi |
2018-02-02 | spriteface → objectface, consistent with the other script commands | Rangi |
2018-02-02 | Remove checkmorn/checkday/checknite macros | Rangi |
2018-02-02 | Similar formatting for similar WRAM areas | Rangi |
2018-02-02 | Script commands don't have underscores | Rangi |
2018-02-02 | Route 30 Berry Speech House labels | surskitty |
2018-02-02 | Fix confusing label | Rangi |
2018-02-02 | Labels, labels, labels | surskitty |
2018-02-02 | Local jumps, once again. | surskitty |
2018-02-02 | Ruins of Alph partial labels | surskitty |
2018-02-02 | Radio Card local jumps | surskitty |
2018-02-02 | Jasmine and Amphy labels | surskitty |
2018-02-02 | Sailor Huey labels | surskitty |
2018-02-02 | Labelling the Victory Road rival script | surskitty |
2018-02-02 | Converting what I can to locals. | surskitty |
2018-02-01 | Labelling Buena's subroutines. | surskitty |
2018-02-01 | Missed some SCENE constants | Rangi |
2018-02-01 | Incomplete labelling | surskitty |
2018-02-01 | Align map event coordinate columns | Rangi |
2018-02-01 | warp_event x, y, map, warp_id | Rangi |
2018-02-01 | More comments and macros | Rangi |
2018-02-01 | SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pa... | Rangi |
2018-02-01 | Quick scene explanation | Rangi |
2018-02-01 | Meaningful scene constant names | Rangi |
2018-01-31 | MobileTradeRoom matches MobileBattleRoom | Rangi |
2018-01-31 | Add scene ID constants (TODO: meaningful names) | Rangi |
2018-01-31 | NPC trade constants don't all just start with TRADE_ | Rangi |
2018-01-31 | enum_start like const_def | Rangi |
2018-01-31 | Official egg group names | Rangi |
2018-01-31 | MINERAL egg group works | Rangi |
2018-01-31 | const_def N | Rangi |
2018-01-31 | Add TOC | Rangi |
2018-01-31 | Forgot the person→object rename | Rangi |
2018-01-31 | Comment the person constants sections, like the others | Rangi |
2018-01-31 | Correct engine flag constants | Rangi |
2018-01-31 | No need for ==== lines | Rangi |
2018-01-31 | Align columns | Rangi |