summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2020-04-10Add engine/overworld/map_setup.asm.entrpntr
2020-04-10Add engine/menus/save.asm, and some other files.entrpntr
2020-04-10Add engine/rtc/rtc.asm and engine/overworld/overworld.asm.entrpntr
2020-04-08Remove empty banks and clean up main.asm before continuing.entrpntr
2020-04-08Add engine/battle/ai/[move|redundant|switch].asm.entrpntr
2020-04-08Add engine/battle/read_trainer_[attributes|party].asm.entrpntr
2020-04-08Add engine/battle/ai/scoring.asm.entrpntr
2020-04-07Add data/moves/effects.asm.entrpntr
2020-04-07Add engine/battle/ai/items.asm.entrpntr
2020-04-02Finish disassembling bank $2e, miscellaneous pics cleanup.entrpntr
2020-04-01Use linkerscript for bank $2e, disassemble some stuff after pics.entrpntr
2020-03-31Disassemble pic banks.entrpntr
2020-03-25Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14.entrpntr
2020-03-22Clean up makefile, submodules, root dir; Python 3 compatibility.entrpntr
2020-03-17Cleanup of files for banks $02 and $03 for main.asm.entrpntr
2020-03-17Cleanup of files for banks $01 and $04 for main.asm.entrpntr
2020-03-17Cleanup macros before continuing.entrpntr
2020-03-17Some cleanup before continuing.entrpntr
2020-03-17Finish disassembling bank $04.entrpntr
2020-03-17Fill in a lot of missing bank $04 code.entrpntr
2020-03-17Itemfinder routines and labels.entrpntr
2020-03-16Sync home/ with pokecrystallibjet
2020-02-20Add home/mon_data.asmlibjet
2020-02-19Add home/scrolling_menu.asmlibjet
2020-02-19Update some included files at the start of home.asmlibjet
2020-02-19Add home/tilemap.asm and update home/menu.asmlibjet
2020-02-19Use labels instead of constants for HRAMlibjet
2020-02-08Remove Crystal exlusiveslibjet
2019-12-12Fix typo from replacing textlibjet
2019-12-12Update predef_pointers and wram, and correct typo's caused by search + replacelibjet
2019-12-11Updated macros/scripts/text.asm and cleaned up macros.asmlibjet
2019-12-09Added engine/events stuff and cleaned up contest related codelibjet
2019-12-08Added misc_scripts from pokecrystal and removed 1 dr from main.asmlibjet
2019-10-14Merge branch 'base_stats' of iihub:rtandy/pokegoldIIMarckus
2019-10-12Sync base_stats from pokecrystal and include in the buildRyan Tandy
Remaining differences: - Move tutor is Crystal exclusive - Kept hard-coded pic dimensions for now as front pics have not been extracted yet
2019-10-11Disassemble Game Freak logo introRyan Tandy
2019-10-11Extract copyright gfx to pngRyan Tandy
2019-10-11Add maps and map attributes.IIMarckus
2019-09-20Sync daycare from pokecrystalRyan Tandy
2019-08-26Import trainer DVs data from pokecrystalRyan Tandy
2019-08-16Sync home/audio.asm with pokecrystal.IIMarckus
2019-08-16Build a separate audio object.IIMarckus
2019-08-16Incorporate the rest of the audio engine.IIMarckus
2019-08-15Sync music with pokecrystal and add to the build.IIMarckus
2019-08-15Sync sfx with pokecrystal, and add to the build.IIMarckus
2019-08-15Fix cries, and integrate them into the build.IIMarckus
2019-08-14Dump move descriptions.obskyr
2019-08-14Disassemble battle animation scripts.obskyr
Based on pokecrystal. Apparently, very few move animations were changed (Transform, Minimize, and Body Slam-likes)!
2018-10-04Dump map blockdata from Gold.IIMarckus
2018-10-04Split map object includes into a separate file.IIMarckus