summaryrefslogtreecommitdiff
path: root/engine/events
AgeCommit message (Expand)Author
2018-04-04Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-04-04Fix snake_case filenamesmid-kid
2018-04-01Fix file permissionsmid-kid
2018-03-25Organize the engine/ directory, take 3mid-kid
2018-03-19Relabel some map-related WRAMRangi
2018-03-13Organize the engine/ directorymid-kid
2018-03-04HOF_MASTER_COUNT EQU 200Rangi
2018-03-02Improve some code labelsRangi
2018-02-27Replace "Map<MapName>Signpost<#>Script" labelsRangi
2018-02-26Document HOF Master bug (close #494)Rangi
2018-02-25Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-25* loadmenuheader -> loadmenu (ead103d)Rangi
2018-02-25* Remove rept 4 (fa3192e)Rangi
2018-02-22Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBoxmid-kid
2018-02-22Fix TRUE/FALSE constants for CalcMonStatsmid-kid
2018-02-22Pkmn -> Monmid-kid
2018-02-14Label some daycare-related functionsmid-kid
2018-02-04Consistent "X percent [+/- Y]" orderRangi
2018-02-04Sync code with wikiRangi
2018-02-04Keep specials files togetherRangi
2018-02-04"chances" → "probabilities", since other files use that term and "changes" ...Rangi
2018-02-03Macro factors out sine code, just like sine data, since it's used 5 timesRangi
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-03map → map_id; map_def → map; map_data → map_attributesRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
2018-02-02sine_wave macro parameterizes table size, not frequency ("amplitude" was an i...Rangi
2018-02-02spriteface → objectface, consistent with the other script commandsRangi
2018-02-02Remove checkmorn/checkday/checknite macrosRangi
2018-02-02Script commands don't have underscoresRangi
2018-02-01SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pa...Rangi
2018-02-01Meaningful scene constant namesRangi
2018-01-31Add scene ID constants (TODO: meaningful names)Rangi
2018-01-31NPC trade constants don't all just start with TRADE_Rangi
2018-01-30Comment values of special pointers, same as predefsRangi
2018-01-30wSpritesEnd -> wVirtualOAMEnd.luckytyphlosion
2018-01-30Fix wVirtualOAM labels, part 2.luckytyphlosion
2018-01-26Sync documentation with codeRangi
2018-01-25Move event data to data/events/Rangi
2018-01-24Remove "UnusedSpecial_" prefixes tooRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-24Rename some routines to avoid conflicts when removing "Special_" prefixesRangi
2018-01-24EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...Rangi
2018-01-23x is the standard temp variableRangi
2018-01-23Daisy offers "grooming", not "massage"Rangi
2018-01-22KrissHouse → PlayersHouseRangi
2018-01-22Add daily+weekly bit flags (close issue #429)Rangi
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-22More engine flag constantsRangi