summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-16Document the water droplet data.Phlosioneer
2019-03-16move pokemon graphics to mon-specific directoriesgarak
2019-03-16fix incbin pathsgarak
2019-03-16Decompiled two difficult functionsPhlosioneer
Had do use a lot of `asm` directives for sub_81C8A28 to match.
2019-03-15Move constant and EWRAM data into C.Phlosioneer
2019-03-15A few more functions decompiledPhlosioneer
2019-03-15Merge branch 'master' into pokenav-decomp-againPhlosioneer
2019-03-12Document sAreaGlowTilemapMappingPhlosioneer
I used a script to generate the format for the array, so I can easily change its formatting if needed.
2019-03-10Document map name popup flagPhlosioneer
2019-03-09Moved last contest data into CPhlosioneer
2019-03-09Move the contest opponent filter to CPhlosioneer
2019-03-09Move gContestOpponents into CPhlosioneer
2,400 LOC by hand.
2019-03-09Last bit of cleanup on contest_opponentsPhlosioneer
2019-03-09Clean up contest_opponents.incPhlosioneer
2019-03-09Move contest winner list to CPhlosioneer
2019-03-08Move text pointer tables into CPhlosioneer
2019-03-08Move more contest constants into CPhlosioneer
2019-03-08Merge pull request #600 from Phlosioneer/summary-screen-macroshuderlem
Summary screen macros
2019-03-08Merge pull request #590 from Phlosioneer/ok-bot-symbol-countinghuderlem
Improve OK bot's symbol counting
2019-03-08Merge pull request #592 from Phlosioneer/extern-cleanuphuderlem
Extern cleanup
2019-03-08Use PIXEL_FILL macroPhlosioneer
2019-03-08spaces => tabsPhlosioneer
2019-03-08Actually change the variable name this timePhlosioneer
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-08I was dumb and forgot to add merge fixesPhlosioneer
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-08Change filename to something more descriptivePhlosioneer
2019-03-08Minor cleanup before pushingPhlosioneer
2019-03-08Decompile move tutor stuffPhlosioneer
2 nonmatching.
2019-03-07Scaninc: Don't insert missing headers into dependenciesMarcus Huderle
2019-03-07Fix copyright mixupPhlosioneer
2019-03-07Support absolute pathsPhlosioneer
2019-03-07Overhaul scaninc to work recursivelyPhlosioneer
This also fixes the bug where scaninc would ignore #include lines in assembly files.
2019-03-06Move constants into CPhlosioneer
Also figured out what one of the graphics files is for.
2019-03-06Several nonmatching functionsPhlosioneer
Huge and difficult.
2019-03-05More decompiled and cleanupPhlosioneer
2019-03-05Decompiling pokeblock ui stuffPhlosioneer
2019-03-05Merge pull request #606 from DizzyEggg/angeryDiegoisawesome
Fix Controllers end command function names
2019-03-05Fix Controllers end command function namesDizzyEggg
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 decompiling menu_unknownPhlosioneer
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-05Rename asm filePhlosioneer