summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2021-10-05Rename two sections that are contiguous in pokegoldRangi
2021-04-13Group miscellaneous graphics from main.asm into their own object fileRangi
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-10-30UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle animsRangi
2020-10-27Create data/collision/ for tile collision-related dataRangi
2020-08-27Split engine/movie/intro.asm into itself and splash.asmmid-kid
2020-08-27Move all splash screen files to gfx/splashmid-kid
2020-07-23Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINsRangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
2020-07-22Factor out tables into data/overworld/Rangi
2020-07-13Disassemble the final English debug ROMsRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16gold_silver_intro.asm -> intro.asmRangi
2020-06-15Remove Crystal-only CaughtDataRangi
2020-06-15Match hooh_gold.2bpp.lz and lugia_silver.2bpp.lz, and fix the Travis CI ↵Rangi
webhook.sh To do: revise hooh_gold.png and lugia_silver.png to resemble their screens, and use rgbgfx options to match the 2bpp tiles
2020-06-14Match mosh remaining .2bpp.lz filesRangi
Still to go: - gfx/pokemon/alakazam/back_silver.2bpp.lz.bin - gfx/title/hooh_gold.2bpp.lz.bin - gfx/title/lugia_silver.2bpp.lz.bin
2020-06-14Braindead matching for now (incbin .lz.bin for non-matching lz's).entrpntr
2020-06-12Revert gold title trail 2bpp change, add comment to title.asm instead.entrpntr
2020-06-10Combine gamefreak_presents.asm and gs_intro.asm.entrpntr
2020-06-10More cleanup.entrpntr
2020-06-09Preliminary commit that builds.entrpntr
2020-06-09Extract title graphics and add options_menu.asm.entrpntr
2020-06-06Merge pull request #45 from libjet/bank3eentrpntr
Disassemble bank $3e
2020-06-06Add engine/battle/misc.asmlibjet
2020-06-06Add engine/battle/hidden_power.asmlibjet
2020-06-06Add engine/events/magikarp.asmlibjet
2020-06-06Add engine/pokedex/unown_dex.asmlibjet
2020-06-06Add time_capsule_2.asm and new_pokedex_entry.asmlibjet
2020-06-06Add engine/events/play_slow_cry.asmlibjet
2020-06-06Add engine/events/name_rater.asmlibjet
2020-06-06Add engine/link/time_capsule.asmlibjet
2020-06-06Add engine/gfx/load_font.asmlibjet
2020-06-05Minor cleanups, add handling for gfx.entrpntr
2020-06-05Add engine/pokemon/bills_pc.asmlibjet
2020-06-05Add engine/games/dummy_game.asmlibjet
2020-06-05Add engine/games/unown_puzzle.asmlibjet
2020-06-05Add engine/games/card_flip.asmlibjet
2020-06-05Add engine/events/print_unown_2.asmlibjet
2020-06-05Add engine/events/diploma.asmlibjet
2020-06-05add engine/battle_anims/functions.asmlibjet
2020-06-05Add engine/battle_anims/helpers.asm, and the rest of data/battle_animslibjet
2020-06-05Add data/battle_anims/objects.asmlibjet
2020-06-05Add engine/battle_anims/core.asmlibjet
2020-06-05Add engine/battle_anims/anim_commands.asmlibjet
2020-06-04Add display_stats.asmlibjet
2020-06-03Merge branch 'master' into bank23entrpntr
2020-06-03Start cleaning up.entrpntr
2020-06-02Add engine/events/poisonstep_pals.asmlibjet
2020-06-02Add engine/battle_anims/bg_effects.asmlibjet
2020-06-02Add engine/movie/init_hof_credits.asmlibjet