Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-13 | shim: update shim to account for one function and wram changes | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-13 | home: fix two disassembly errors | Tauwasser | |
don't disassemble at 2am, kids Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-12 | home: disassemble more map/overworld functions | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-12 | engine: disassemble reset dialog | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-12 | home, wram, gfx: split toolgear functions from unknown, rename gfx ↵ | Tauwasser | |
functions, add wram variables Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-12 | macros/coords: introduce ld macros for bg coords | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-12 | home/unknown: fix indentation | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-11 | Renaming of cry-related functions | PikalaxALT | |
2018-06-11 | Move tileset funcs; disassemble cry funcs | PikalaxALT | |
2018-06-11 | More functions putatively related to the map and overworld | PikalaxALT | |
2018-06-11 | Some label changes | PikalaxALT | |
2018-06-11 | Another gap bites the dust | PikalaxALT | |
2018-06-11 | More gap closing | PikalaxALT | |
2018-06-10 | 2D Menu functions | PikalaxALT | |
2018-06-10 | home/movement.asm | PikalaxALT | |
2018-06-10 | home/talk_to_npc.asm | PikalaxALT | |
2018-06-10 | Merge pull request #18 from PikalaxALT/math_etc | Eldred Habert | |
More dism progress in ROM0 | |||
2018-06-10 | Merge pull request #1 from ISSOtm/master | PikalaxALT | |
Catch up | |||
2018-06-10 | Merge branch 'math_etc' into 'master' | ISSOtm | |
2018-06-10 | Fix off by 1 label annotation | ISSOtm | |
2018-06-10 | Replace a few predefs | ISSOtm | |
2018-06-10 | Merge pull request #6 from ehw/master | Eldred Habert | |
Disassemble Title Screen | |||
2018-06-09 | Actually remove the include for vram.asm... | ehw | |
2018-06-09 | Update shim and title.asm | ehw | |
include vram.asm no longer needed, some function name changes | |||
2018-06-10 | Replace LoadMap_ with MapSetup_ | ISSOtm | |
This is more consistent with the final | |||
2018-06-09 | Merge pull request #11 from pret/master | ehw | |
Merge master | |||
2018-06-10 | Disassemble map loading | ISSOtm | |
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-09 | Disassembly of home/map_objects.asm | PikalaxALT | |
2018-06-08 | home/menu_window.asm | PikalaxALT | |
2018-06-08 | Rudimentary held item constants for item attributes | PikalaxALT | |
2018-06-08 | Disassemble item attributes | PikalaxALT | |
2018-06-08 | Multiply and Divide functions ported from Crystal | PikalaxALT | |
2018-06-08 | ayy, we have this label now, let's use it | PikalaxALT | |
2018-06-08 | Merge branch 'master' into math_etc | PikalaxALT | |
2018-06-08 | Disassemble another significant chunk of ROM0 | PikalaxALT | |
2018-06-08 | Make vram.asm its own object | ISSOtm | |
2018-06-07 | Merge pull request #10 from pret/master | ehw | |
Merge master | |||
2018-06-07 | fix pointer annotations | Melissa | |
manually changed function pointer annotations which had been copied from crystal | |||
2018-06-07 | Merge branch 'master' into math_etc | PikalaxALT | |
2018-06-07 | CountSetBits, GiveMonToPlayer, WaitPressedAny | PikalaxALT | |
2018-06-07 | Add proper tileset constants | pfero | |
2018-06-07 | tilemap functions | PikalaxALT | |
2018-06-06 | Disassemble three more functions that seem to be unfiled | PikalaxALT | |
2018-06-06 | Disassemble home calls to Multiply and Divide | PikalaxALT | |
2018-06-06 | Merge pull request #15 from PikalaxALT/more_window_related | mid-kid | |
Move files around to better reflect the structure of pokecrystal | |||
2018-06-06 | Move files around to better reflect the structure of pokecrystal | PikalaxALT | |
2018-06-06 | More menu-related functions | PikalaxALT | |
2018-06-06 | Merge pull request #13 from PikalaxALT/rtc_fade | Eldred Habert | |
Time of day palettes and fade functions | |||
2018-06-06 | Some label changes and suggestions | PikalaxALT | |
2018-06-06 | Disassemble some window-related functions | PikalaxALT | |