summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2020-06-15Treat std scripts like specials and predefs (ported from pokecrystal)Rangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-06-15Concatenate multiple intro 2bpps together before compressionRangi
2020-06-15Use pokecrystal's sine_table macroRangi
A circle has 65536 "degrees", so 32768 "degrees" = pi radians = half a circle
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-14Update for unused wram and event flags.entrpntr
2020-06-14Fix file permissions.entrpntr
2020-06-12Revert gold title trail 2bpp change, add comment to title.asm instead.entrpntr
2020-06-11Improve angle/distance comment as noted in review.entrpntr
2020-06-11Address review comments, plus a few more labels/cleanups.entrpntr
2020-06-10Use hlbgcoord 0, 0 in a few places.entrpntr
2020-06-10Combine gamefreak_presents.asm and gs_intro.asm.entrpntr
2020-06-10More cleanup.entrpntr
2020-06-10Finish adding/improving labels for now.entrpntr
2020-06-10Slowly getting there.entrpntr
2020-06-09A bit more progress.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-06Minor cleanups.entrpntr
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-05Merge pull request #44 from libjet/bank38entrpntr
Disassemble bank $38
2020-06-05Minor cleanups, add handling for gfx.entrpntr
2020-06-05Fix dbsprite values for bills_pc.asmlibjet
2020-06-05Fix file permissions.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 a couple comments.entrpntr
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 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-03Fill out oam.asm, final cleanups for now.entrpntr
2020-06-03Label jumptable entries.entrpntr
2020-06-03Start cleaning up.entrpntr