summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-03-24Merge branch 'master' into dodrio_berry_pickingscnorton
2019-03-24Cleanup mevent2Marcus Huderle
2019-03-24Port mevent2.c from pokefireredMarcus Huderle
2019-03-24sub_8024BC8scnorton
2019-03-24Dodrio: through sub_8024A30scnorton
2019-03-24Match sub_8166A34ultima-soul
2019-03-24Decompile berry_powder.cMarcus Huderle
2019-03-24Split out the remaining wireless-related filesMarcus Huderle
2019-03-23Decompile remaining functions in use_pokeblock.sMarcus Huderle
2019-03-23Use constants for naming screen's pages.Wyrserth
2019-03-23Match sub_81674BCMarcus Huderle
2019-03-23Match sub_8167420Marcus Huderle
2019-03-23Match sub_8166BEC and do some cleanupMarcus Huderle
2019-03-23Merge remote-tracking branch 'upstream/master' into use_pokeblockMarcus Huderle
# Conflicts: # include/menu_specialized.h
2019-03-23Match sub_8166564Marcus Huderle
2019-03-23Document Field Effects and some related textFontbane
Also VAR_TRICK_HOUSE_LEVEL
2019-03-23EventScript and Text DocumentationFontbane
In event_script.s. Also renamed a couple events for consistency/detail.
2019-03-23Make it compileDizzyEggg
2019-03-23Nonmatchings go awayDizzyEggg
2019-03-23Merge remote-tracking branch 'upstream/master' into use_pokeblockMarcus Huderle
# Conflicts: # src/use_pokeblock.c
2019-03-22Split into ereader_helpers.c, faraway_island.c, and ereader_screen.cMarcus Huderle
2019-03-22Finish decompiling ereader.cMarcus Huderle
2019-03-21Decompile ereader.c up to faraway island codeMarcus Huderle
2019-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-17Finish decompiling contest_painting_effects.cMarcus Huderle
2019-03-16Made a new substruct for the substructPhlosioneer
We must go deeper.
2019-03-16Clean up intro_credits_graphics constantsPhlosioneer
2019-03-16Apply new macros to intro graphics structPhlosioneer
2019-03-16Fix anonymous structPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-16Use new MUS_NONE constant in sound.cPhlosioneer
2019-03-16Ranges are magicPhlosioneer
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-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-08Use PIXEL_FILL macroPhlosioneer