Age | Commit message (Expand) | Author |
2018-04-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-04-04 | Fix snake_case filenames | mid-kid |
2018-04-01 | Fix file permissions | mid-kid |
2018-03-25 | Organize the engine/ directory, take 3 | mid-kid |
2018-03-19 | Relabel some map-related WRAM | Rangi |
2018-03-13 | Organize the engine/ directory | mid-kid |
2018-03-04 | HOF_MASTER_COUNT EQU 200 | Rangi |
2018-03-02 | Improve some code labels | Rangi |
2018-02-27 | Replace "Map<MapName>Signpost<#>Script" labels | Rangi |
2018-02-26 | Document HOF Master bug (close #494) | Rangi |
2018-02-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-25 | * loadmenuheader -> loadmenu (ead103d) | Rangi |
2018-02-25 | * Remove rept 4 (fa3192e) | Rangi |
2018-02-22 | Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBox | mid-kid |
2018-02-22 | Fix TRUE/FALSE constants for CalcMonStats | mid-kid |
2018-02-22 | Pkmn -> Mon | mid-kid |
2018-02-14 | Label some daycare-related functions | mid-kid |
2018-02-04 | Consistent "X percent [+/- Y]" order | Rangi |
2018-02-04 | Sync code with wiki | Rangi |
2018-02-04 | Keep specials files together | Rangi |
2018-02-04 | "chances" → "probabilities", since other files use that term and "changes" ... | Rangi |
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi |
2018-02-03 | map → map_id; map_def → map; map_data → map_attributes | 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 | spriteface → objectface, consistent with the other script commands | Rangi |
2018-02-02 | Remove checkmorn/checkday/checknite macros | Rangi |
2018-02-02 | Script commands don't have underscores | Rangi |
2018-02-01 | SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pa... | Rangi |
2018-02-01 | Meaningful scene constant names | 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-30 | Comment values of special pointers, same as predefs | Rangi |
2018-01-30 | wSpritesEnd -> wVirtualOAMEnd. | luckytyphlosion |
2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion |
2018-01-26 | Sync documentation with code | Rangi |
2018-01-25 | Move event data to data/events/ | Rangi |
2018-01-24 | Remove "UnusedSpecial_" prefixes too | Rangi |
2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi |
2018-01-24 | Rename some routines to avoid conflicts when removing "Special_" prefixes | Rangi |
2018-01-24 | EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481) | Rangi |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion |
2018-01-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #... | Rangi |
2018-01-23 | x is the standard temp variable | Rangi |
2018-01-23 | Daisy offers "grooming", not "massage" | Rangi |
2018-01-22 | KrissHouse → PlayersHouse | Rangi |
2018-01-22 | Add daily+weekly bit flags (close issue #429) | Rangi |
2018-01-22 | wStatusFlags/2 bit constants | Rangi |
2018-01-22 | More engine flag constants | Rangi |