summaryrefslogtreecommitdiff
path: root/home
AgeCommit message (Collapse)Author
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-15Disassembled spawn pointsPokeglitch
2018-06-14Disassembled teleportPokeglitch
2018-06-13Extracted a few more bank 3 routinesPokeglitch
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-12home, wram, gfx: split toolgear functions from unknown, rename gfx ↵Tauwasser
functions, add wram variables Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12home/unknown: fix indentationTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-11Renaming of cry-related functionsPikalaxALT
2018-06-11Move tileset funcs; disassemble cry funcsPikalaxALT
2018-06-11More functions putatively related to the map and overworldPikalaxALT
2018-06-11Some label changesPikalaxALT
2018-06-11Another gap bites the dustPikalaxALT
2018-06-11More gap closingPikalaxALT
2018-06-102D Menu functionsPikalaxALT
2018-06-10home/movement.asmPikalaxALT
2018-06-10home/talk_to_npc.asmPikalaxALT
2018-06-10Merge branch 'math_etc' into 'master'ISSOtm
2018-06-10Fix off by 1 label annotationISSOtm
2018-06-10Replace a few predefsISSOtm
2018-06-10Merge pull request #6 from ehw/masterEldred Habert
Disassemble Title Screen
2018-06-10Replace LoadMap_ with MapSetup_ISSOtm
This is more consistent with the final
2018-06-09Merge pull request #11 from pret/masterehw
Merge master
2018-06-10Disassemble map loadingISSOtm
Somewhat unfinished, but everything has been marked with a TODO. Fo example: - determining the remaining map setup constants - filling the gaps left (see where the SECTIONs are) - documenting the few hex addresses left
2018-06-09Disassembly of home/map_objects.asmPikalaxALT
2018-06-08home/menu_window.asmPikalaxALT
2018-06-08ayy, we have this label now, let's use itPikalaxALT
2018-06-08Merge branch 'master' into math_etcPikalaxALT
2018-06-08Disassemble another significant chunk of ROM0PikalaxALT
2018-06-08Make vram.asm its own objectISSOtm
2018-06-07Merge pull request #10 from pret/masterehw
Merge master
2018-06-07CountSetBits, GiveMonToPlayer, WaitPressedAnyPikalaxALT
2018-06-07tilemap functionsPikalaxALT
2018-06-06Disassemble three more functions that seem to be unfiledPikalaxALT
2018-06-06Disassemble home calls to Multiply and DividePikalaxALT
2018-06-06Move files around to better reflect the structure of pokecrystalPikalaxALT
2018-06-06More menu-related functionsPikalaxALT
2018-06-06Some label changes and suggestionsPikalaxALT
2018-06-06Disassemble some window-related functionsPikalaxALT
2018-06-05Merge branch 'master' into rtc_fadePikalaxALT
2018-06-05Remove the underscores in generic function labels to maintain consistency ↵PikalaxALT
with pokecrystal
2018-06-05Rename home/text.asm sectionPikalaxALT
2018-06-05PlaceStringPikalaxALT
2018-06-05Font-loading functionsPikalaxALT
2018-06-05Merge pull request #7 from pret/masterehw
Merge master
2018-06-06Fix buildpfero
Please commit responsibly
2018-06-06Disassemble map script functionISSOtm
Part 1 of disassembling map loading functions