summaryrefslogtreecommitdiff
path: root/wram.asm
AgeCommit message (Collapse)Author
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-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-07Merge pull request #10 from pret/masterehw
Merge master
2018-06-06More menu-related functionsPikalaxALT
2018-06-06Disassemble some window-related functionsPikalaxALT
2018-06-05Merge branch 'master' into rtc_fadePikalaxALT
2018-06-05PlaceStringPikalaxALT
2018-06-05Merge pull request #7 from pret/masterehw
Merge master
2018-06-06Disassemble map script functionISSOtm
Part 1 of disassembling map loading functions
2018-06-05Finish disassembling the names functionspfero
2018-06-05Remaining serial functions in HOMEPikalaxALT
2018-06-05More RTC-related functionsPikalaxALT
2018-06-05Time of day palettes and fade functionsPikalaxALT
2018-06-05Merge pull request #4 from pret/masterehw
Merge master
2018-06-05_BattleRandomPikalaxALT
2018-06-04Fixed formatting in wramPokeglitch
2018-06-04Merge remote-tracking branch 'upstream/master'Pokeglitch
2018-06-04Update filesehw
2018-06-04Backport bg_effects.asm from CrystalPikalaxALT
2018-06-04Fixed concliftsPokeglitch
2018-06-04Added Inventory Add/Remove routinesPokeglitch
2018-06-04Add more labels, rename some to match pokecrystalISSOtm
2018-06-04Disassemble PlayDangerpfero
2018-06-04Update wram.asm and title.asm for new sound findingsehw
2018-06-04Title screen disassembled (new pr)ehw
2018-06-04Small dent into the audio enginepfero
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-03engine: begin disassembling overworld codeTauwasser
Right now it's only code that calls the start and debug menus as well as the select button. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-03wram: document some menu and backpack variablesTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-03gfx: re-organize some graphics and disassemble gfx load codeTauwasser
All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-06-01home/joypad: disassemble more functionsTauwasser
- add misc_constants and add joypad constants. - rename one of the VBlank counters as it's exclusively used to time joypad functionality. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Cleaned up code. Found the unknown_string_funcs in pokered, they deal with ↵Pokeglitch
Items. Re-ordered to the Item TM/HM Constants for functions to make sense
2018-05-31Disassembled some copy functions and some unknown string functionsPokeglitch
2018-06-01home: disassemble vblank and associated functionsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31home/pokemon: disassemble Pokémon sprite uncompression routineTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31home: disassemble decompression routineTauwasser
Matches pokered Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31wram: add PokéDex flagsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31home: disassemble video data copy functionsTauwasser
Move to copy2 and rename constants to pokered for consistency Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Disassemble the delay functions and some copy functionspfero
2018-05-31home: add front pic and decompression disassemblyTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31wram.asm: correct commentTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Fix disassembling mistakesISSOtm
2018-05-27Add constants and macrosISSOtm