kichikuou
kichikuou
**Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.59 (0e4c5994eb5b8defd38367a416d0703fd506ad81) clang version 19.0.0git (https:/github.com/llvm/llvm-project df762a1643bb5b0b3c907611d118c82d4b68a39d) Target: wasm32-unknown-emscripten Thread model: posix ``` **Failing command line in...
Now `asd dump` and `asd build` can reconstruct bit-for-bit identical save files for Rance Quest.
In GALZOO Island, there are non-debugging code paths that use this.
This is used for collision detection between a map object and the player character. The current implementation is very simple, only performing AABB intersection tests, but it is enough to...