dannye
dannye
It would be handy to quickly be able to export a blk file as a tilemap. Obviously it's not algorithmically challenging, but here's a python script to demonstrate what I...
At least on Linux, drag-n-drop'ing a blk file onto the workspace fails to locate the Makefile, because the filepath of the drop event begins with "file://" (unlike when selecting the...
The three `IF GEN_2_GRAPHICS` checks in data/pokemon/base_stats/ should really be applied to all base stats files, in case the pics are replaced.
In this snippet from rst.asm: ``` FarCall_: ld [wFarCallHold + 0], a put [wFarCallHold + 1], h put [wFarCallHold + 2], l [ ... ] ld hl, wFarCallHold + 1...
In Init: there are these two lines: ``` ; Filling vram is not really necessary. ; fill $8000, $2000, 0 ``` On some emulators (VBA) and on a real Gameboy...
`db` in RGB macro should be `dw`
Features
#### - [x] Song Viewer - [x] File parsing - [x] Support modern pokecrystal macro syntax - [x] Bonus: Handle TCG-compatibility macros used by pokered-crysaudio - [x] Validate song header...
 Some caveats: * ~~I haven't yet confirmed if ubuntu-latest from the github workflow already has a sufficient version of CMake installed or not.~~ Done * Feel free to veto...
 Some caveats: * ~~I haven't yet confirmed if ubuntu-latest from the github workflow already has a sufficient version of CMake installed or not.~~ Done * Feel free to veto...