summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-05Merge pull request #605 from DizzyEggg/renameDiegoisawesome
Rename an erroneously named battlescript
2019-03-05Merge pull request #604 from DizzyEggg/flyingDiegoisawesome
Clean up flying.c
2019-03-05What is love, baby dont hurt meDizzyEggg
2019-03-05Rename an erroneously named battlescriptDizzyEggg
2019-03-05try flyingDizzyEggg
2019-03-05Start fixing flying.cDizzyEggg
2019-03-05Merge pull request #603 from Phlosioneer/makefile-map-fixDiegoisawesome
Fix make to look for .json files instead of folders
2019-03-05Fix make to look for .json files instead of foldersPhlosioneer
Currently, when Make is building the maps, it considers every folder in the data/maps/ directory as a map that needs to be built, even folders that are empty. This can be a problem when modding on a separate branch, because git doesn't always clean up directories when switching branches (usually because of hidden files in those directories), so switching back to an unmodded branch will leave an empty folder that confuses make. This commit changes the makefile so that it only checks directories that have map.json files in them.
2019-03-04Merge pull request #602 from garakmon/flyDiegoisawesome
match sub_810EE14 in flying.c
2019-03-03match sub_810EE14 in flying.cgarak
2019-03-03port the rest of flying (leave 2 nonmatchings to egg)shinny456
2019-03-03Fix typosPhlosioneer
This is an updated version of #554, since it hasn't been updated in two weeks.
2019-03-03Bugfixes from #591Phlosioneer
2019-03-03Merge pull request #553 from Phlosioneer/main-menu-state-machinehuderlem
Document main_menu state machine, name window constants
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Don't extern gMoveNamesDizzyEggg
2019-03-02Merge pull request #587 from Phlosioneer/document-all-event-varshuderlem
Document all event vars
2019-03-02Fix tabs, do suggested renamePhlosioneer
2019-03-01Merge pull request #551 from Phlosioneer/multiplayer-stuffhuderlem
Document overworld.c and link stuff in general
2019-03-01More minor fixesPhlosioneer
2019-03-01Fix minor errorsPhlosioneer
2019-02-28Pick better names for constantsPhlosioneer
2019-02-28Add macros for metatile manipulationPhlosioneer
2019-02-28fixed issues in data and include dirshondew
2019-02-28fix formatting in slot_machine.chondew
2019-02-28tidied lucky flagshondew
2019-02-28fix spelling errorhondew
2019-02-28fix mistakes and bad formattinghondew
2019-02-28label luckyFlagshondew
2019-02-28minor reeltime changeshondew
2019-02-28finish DecideReelTurnshondew
2019-02-28clean up slot machine morehondew
2019-02-28clean up slot machine until AwardPayouthondew
2019-02-28document slot machinehondew
2019-02-28get rid of ugly castDizzyEggg
2019-02-28VAR_0x3F20 is not a varPhlosioneer
2019-02-28Fix last special varPhlosioneer
2019-02-27Finish documenting event varsPhlosioneer
2019-02-27Finish documenting trainer hillPhlosioneer
Trainer hill isn't anywhere close to done, but I figured out enough to name the VAR. That's all this PR should do.
2019-02-27I guess I'm documenting Trainer Hill nowPhlosioneer
2019-02-27Name several vars, document some related eventsPhlosioneer
2019-02-27Name more unknown varsPhlosioneer
2019-02-27Identify unused, never read, and never written varsPhlosioneer
2019-02-27Document easy chat screen typesMarcus Huderle
2019-02-27Name most event scripts related to unusual weatherPhlosioneer
2019-02-27Reverse engineer unusual weather eventsPhlosioneer
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-26Fix backwards namesPhlosioneer