summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-05Fix Controllers end command function namesDizzyEggg
2019-03-05Merge pull request #605 from DizzyEggg/renameDiegoisawesome
Rename an erroneously named battlescript
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-04Split rom asm file in halfPhlosioneer
The first half is ui/menu stuff, while the second half is link-related stuff.
2019-03-04Rename move tutor to move relearnerPhlosioneer
2019-03-04Removed PREV and NEXT macros, changed summary namePhlosioneer
2019-03-03Fix merge issuePhlosioneer
2019-03-03match sub_810EE14 in flying.cgarak
2019-03-03Merge branch 'master' into summary-screen-macrosPhlosioneer
2019-03-03Use macros for summary windowsPhlosioneer
Other minor changes and fixes are included
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-03Fully document move_tutor (formerly learn_move)Phlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Remove water.h and flying.hPhlosioneer
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-02Clean up the last extern functionsPhlosioneer
2019-03-02Eliminate more externsPhlosioneer
2019-03-02Fixed decomp issue around LoadPalettePhlosioneer
In LoadLinkPartnerEventObjectSpritePalette, using paletteNum += 6 causes GCC to "mark" paletteNum's register as a possible overflow, even though it performs the overflow check. Then, when passing args to LoadPalette, GCC fails to recognize that 0x100 + ((any u8) << 4) can never overflow as a u16. It then does an overflow check before calling LoadPalette. Assigning to a temp variable seems to avoid this "marking" behavior.
2019-03-01Reduce externsPhlosioneer
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-28fix formatting in slot_machine.chondew
2019-02-28fix spelling errorhondew
2019-02-28fix mistakes and bad formattinghondew
2019-02-28label luckyFlagshondew