summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-18forgot to save this change, oops2Tie
2018-06-18more bank 1 disasm2Tie
2018-06-18more disassembly in bank 12Tie
2018-06-18Merge pull request #22 from Pokeglitch/masterPokeglitch
More Bank 03 Routines
2018-06-18Merge branch 'master' into masterPokeglitch
2018-06-18Merge pull request #24 from obskyr/includes-touchupobskyr
Touch up scan_includes.py for versatility
2018-06-18Touch up scan_includes for versatilityobskyr
Along with a label fix...?
2018-06-18Merge pull request #23 from obskyr/build-nicelyobskyr
Fix makefile dependencies and make_shim.py
2018-06-18Fix and use make_shim.pyobskyr
2018-06-18Calculate dependencies more reliablyobskyr
Until now, dependencies weren't correct on first run or if you'd added includes since last compile.
2018-06-18added newline at end of some filesPokeglitch
2018-06-18Removed SCRIPT_FINISHED constant, it was misleadingPokeglitch
2018-06-18Forgot to add changes to previous commit.Pokeglitch
2018-06-18Added in macros for scripts, queuePokeglitch
2018-06-17main menu progress for the day, still have a bunch more to go.2Tie
2018-06-17some more tidying up2Tie
2018-06-17Renamed overworld.asm to field_moves.asmPokeglitch
2018-06-17Added some constants, removed todos for overworld.asmPokeglitch
2018-06-17Merge remote-tracking branch 'upstream/master'Pokeglitch
2018-06-17Merge pull request #21 from Pokeglitch/masterPokeglitch
More bank 3 routines, plus teleport/spawn
2018-06-17Added constants, removed TODOs to health.asmPokeglitch
2018-06-17happy birthday, here's the main menu debug menu... menu2Tie
2018-06-17tools/disasm_coverage.py: fix off-by-one error smarter to fix edge case in ↵Tauwasser
RB 0x00 Signed-off-by: Tauwasser <tauwasser@tauwasser.eu>
2018-06-17tools/disasm_coverage: fix off-by-one error and skip zero-sized sectionsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-17tools/disasm_coverage.py: remove useless logging optionTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-17tools/disasm_coverage: add mode that reads the baserom and marks fillers at ↵Tauwasser
ends of banks as included in coverage Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-17more npc code and some audio stuff, slimmin down the shim2Tie
2018-06-16work on talk_to_npc done, naming of some overworld logic and wram values.2Tie
2018-06-16More field moves, need to clean up names and constantsPokeglitch
2018-06-16More Bank 3 routinesPokeglitch
2018-06-15Changed labelsPokeglitch
2018-06-15Disassembled Fly and DigPokeglitch
2018-06-15Added addresses as comments to stringsPokeglitch
2018-06-15Updated script constantsPokeglitch
2018-06-15Added constantsPokeglitch
2018-06-15Updated removed para_done and made para a macroPokeglitch
2018-06-15Using text macrosPokeglitch
2018-06-15Disassembled spawn pointsPokeglitch
2018-06-15Using macros for FarCallPokeglitch
2018-06-14Disassembled teleportPokeglitch
2018-06-13updated labelsPokeglitch
2018-06-13Fixed commented address, was copied from crystalPokeglitch
2018-06-13Extracted a few more bank 3 routinesPokeglitch
2018-06-13shim: update shim to account for one function and wram changesTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-13home: fix two disassembly errorsTauwasser
don't disassemble at 2am, kids Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12home: disassemble more map/overworld functionsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12engine: disassemble reset dialogTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12home, wram, gfx: split toolgear functions from unknown, rename gfx ↵Tauwasser
functions, add wram variables Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12macros/coords: introduce ld macros for bg coordsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12home/unknown: fix indentationTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>