summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-15Padding -> unused beta pics in base stats.entrpntr
2020-06-15Miscellaneous cleanups.entrpntr
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-15Mention pokegold in tools/unnamed.py outputRangi
2020-06-15Fix tools/unnamed.py for pokegoldRangi
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-14Sync PlayersHouse1F labels with pokecrystalRangi
2020-06-14checkflag takes ENGINE constants, not EVENT constantsRangi
2020-06-14Set up Travis CIRangi
2020-06-14SGB border maps include the middle $00 area, which make strips out using trRangi
2020-06-14Fix #49: use the same tilepal macro as pokecrystalRangi
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-14Derive Pokémon frontpic dimensions using tools/png_dimensionsRangi
2020-06-14Make .gbcpal files for Pokémon and trainer spritesRangi
Pokémon use their back sprites since front sprites differ between Gold and Silver.
2020-06-14Sync tools with pokecrystal (fixes warnings when building lzcomp)Rangi
palette.c and png_dimensions.c will be synced when they are used.
2020-06-14Merge pull request #50 from entrpntr/pics2Rangi
Switch to building binary pic files from pngs
2020-06-14Braindead matching for now (incbin .lz.bin for non-matching lz's).entrpntr
2020-06-14Add .lz.bin files for the current non-matching graphics files.entrpntr
2020-06-14WIP commit (doesn't build currently).entrpntr
2020-06-14Checkpoint where things mostly work.entrpntr
2020-06-14Initial commit of lz compression tools.entrpntr
2020-06-14Update for unused wram and event flags.entrpntr
2020-06-14Fix file permissions.entrpntr
2020-06-12Merge pull request #48 from entrpntr/bank39entrpntr
Disassemble bank $39, kill the baserom dependency
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-10rip baseromentrpntr
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-07Remove many unused wram labels.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