summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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.