dannye

Results 11 issues of 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`

#### - [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...

![image](https://github.com/user-attachments/assets/9bff331e-d26d-44c3-8685-136b394f5959) 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...

![image](https://github.com/user-attachments/assets/4df40d91-337f-4ab2-b03b-945148f2629c) 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...