summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-23re-match sub_81BF2B8 (from $1177)Kurausukun
2020-10-23re-match CreateFrontierBrainPokemon (from #1177)Kurausukun
2020-10-23re-match DrawResultsTextWindow (from #1177)Kurausukun
2020-10-23re-match TryPutLinkBattleTvShowOnAir (from #1177)Kurausukun
2020-10-23re-match GetTypeEffectivenessPoints (from #1177)Kurausukun
2020-10-23re-match Cmd_unknown_24 (from #1140)Kurausukun
changes to data structs are necessary. other things that look unnecessary, like the order of operands, are also necessary. fuck this function.
2020-10-22port fakematch fixes from #1155Kurausukun
2020-10-22re-match _InitContestMonPixels (from #1153)Kurausukun
2020-10-22remove naked asm (oops)Kurausukun
2020-10-22re-match GetConnectedChildStrengthKurausukun
2020-10-21Eliminate goto in ItemUseCB_MedicineThomas Winwood
2020-10-21re-match battle_anim_water functions (from #1136)Kurausukun
2020-10-21re-match GLYPH_COPYKurausukun
2020-10-21re-match battle_anim_flying functions (from #1126)Kurausukun
2020-10-21re-do "match function signatures" (from #1119)Kurausukun
not a matching, but I don't see why we shouldn't do this
2020-10-19re-match CreateWaterPulseRingBubblesKurausukun
2020-10-19re-match InitObjectEventStateFromTemplateKurausukun
2020-10-19re-match RotateAuroraRingColors_StepKurausukun
2020-10-19re-remove extra semicolons (from #1104)Kurausukun
2020-10-18Merge pull request #1232 from Kurausukun/match_m4aGriffinR
[LEAK INFORMED] Match FadeOutBody
2020-10-16Remove newlineKurausukun
2020-10-16formattingKurausukun
2020-10-16[LEAK INFORMED] match FadeOutBodyKurausukun
2020-10-12Merge pull request #5 from pret/masterExpoSeed
Sync master
2020-10-11Merge pull request #1230 from GriffinRichards/fixubcommGriffinR
Fix PutAwayDecorationLoop UB comment
2020-10-11Fix PutAwayDecorationLoop UB commentGriffinR
2020-10-11Merge pull request #1229 from ghoulslash/documentGriffinR
start pokenav documentation
2020-10-11renamed pokenav graphics file fixesEvan
2020-10-11align pokenav task funcs and update some pokenav menu bg gfx filesEvan
2020-10-11Merge pull request #1227 from kageru/pretGriffinR
Document gUnknown_03006298
2020-10-11Document gUnknown_03006298kageru
2020-10-10start pokenav documentationEvan
2020-10-06Merge pull request #1223 from GriffinRichards/constants-miscGriffinR
Add ITEM6_HEAL constants, change move flags to shifts
2020-10-06Merge pull request #1225 from ExpoSeed/make-clean-rlGriffinR
Add *.rl to make clean
2020-10-05Remove *.rl in make cleanExpoSeed
2020-10-05Delete accidentally pushed fileExpoSeed
2020-10-05Add ITEM6_HEAL constants, change move flags to shiftsGriffinR
2020-10-04Merge pull request #1219 from ExpoSeed/bye-pr-templateGriffinR
Eliminate most of PR template
2020-10-04Merge pull request #1221 from AsparagusEduardo/Doc-newGameBerriesGriffinR
Documenting where each of the berries are generated in new_game.inc
2020-10-03Documenting where each of the berries are generated in new_game.incEduardo Quezada
2020-10-03Merge pull request #1217 from ipatix/fix_O3PikalaxALT
rewrite MultiBootWaitCycles as naked function
2020-10-03Merge pull request #1218 from MeatLoaf3/patch-3PikalaxALT
Change toOrrX and toOrrY to u8 in void FillBitmapRect4Bit, glib/blit.c
2020-10-02Eliminate most of PR templateExpoSeed
2020-10-02Change toOrrX and toOrrY to u8MeatLoaf3
2020-10-02rewrite MultiBootWaitCycles as naked functionMichael Panzlaff
Before, when compiling MultiBootWaitCycles with O3 and MODERN=1, you might have run into problems during optimizations when the compiler tried to optimize the function, even if declared NOINLINE. When rewriting this function as NAKED function, this no longer happens as the optimizer will treat it as black box and compilation will resume.
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-10-01Remove unnecessary commentsRevo
2020-10-01:masuda:Revo
2020-10-01Resolve fakematch CopyGlyphToWindow.ProjectRevoTPP
2020-09-27Merge pull request #1210 from ExpoSeed/pull-request-templatePikalaxALT
More concise pull request template