summaryrefslogtreecommitdiff
path: root/engine/gfx
AgeCommit message (Collapse)Author
2020-06-19Rename labels to stop cheating the unnamed.py script.entrpntr
2020-06-17Harmonize engine/{movie, pokemon} with pokecrystalRangi
To do: engine/{menus, overworld}
2020-06-17Harmonize engine/{gfx, items, link, math} with pokecrystalRangi
2020-06-16Harmonize home/ with pokecrystalRangi
2020-06-16[in progress] Harmonize more constant and data files with pokecrystalRangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-06-15Use pokecrystal's sine_table macroRangi
A circle has 65536 "degrees", so 32768 "degrees" = pi radians = half a circle
2020-06-14Fix file permissions.entrpntr
2020-06-11Address review comments, plus a few more labels/cleanups.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-06Merge pull request #45 from libjet/bank3eentrpntr
Disassemble bank $3e
2020-06-06Minor cleanups.entrpntr
2020-06-06Add engine/gfx/load_font.asmlibjet
2020-06-05Fix file permissions.entrpntr
2020-06-03Fill out oam.asm, final cleanups for now.entrpntr
2020-06-03Label jumptable entries.entrpntr
2020-06-03Start cleaning up.entrpntr
2020-06-02Add engine/gfx/mon_icons.asmlibjet
2020-06-01Update data/sprite_anims/oam.asmlibjet
2020-06-01Update data/sprite_anims/framesets.asmlibjet
2020-05-31Start on sprites.asm, partially disassemble sprite_anims.asmlibjet
2020-05-28Changes for hall of fame and credits.entrpntr
2020-05-21Add place_graphic.asmlibjet
2020-05-14Match pokecrystal file names and folder structure, tools updates.entrpntr
2020-05-14Clean up some palette stuff, update main.asm and layout.link.entrpntr
2020-05-13Many minor cleanups.entrpntr
2020-05-12Simple cleanups in constants/data/macros and banks 1-4.entrpntr
2020-05-12Cleanup of color.asm and scgb_layouts.asm.entrpntr
2020-05-08Modest cleanup of wram.asm.entrpntr
2020-05-03Add Makefile option for verbose sym/map; fix some label names.entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-19Start adding engine/battle/core.asm.entrpntr
2020-04-13Minor cleanup (remove unused HRAM, predef folder) before continuing.entrpntr
2020-04-05Create PNGs for remaining gfx binary files.entrpntr
2020-04-05Add gfx helper code for mail; add PNGs to repo.entrpntr
2020-03-31Disassemble pic banks.entrpntr
2020-03-25Update hram and engine/gfx/load_pics before continuing.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