Commit Graph

26 Commits

Author SHA1 Message Date
gamer147
825b1b08fd Decode ALINIT alchemy recipes 2026-07-23 19:26:49 -04:00
gamer147
aa375d0b5e Decode CGINIT gallery registry 2026-07-23 19:06:21 -04:00
gamer147
7f344739e6 Decode MAINIT and message infrastructure 2026-07-23 18:14:19 -04:00
gamer147
7269ddb547 Join CIINIT and CIMES character profiles 2026-07-23 17:57:21 -04:00
gamer147
15a5199ce7 Join VIMES and EIMES semantics 2026-07-23 17:39:08 -04:00
gamer147
64f9cebd3b Close RTINIT movement provider semantics 2026-07-23 17:11:14 -04:00
gamer147
8574673d53 Decode RTINIT providers 17 and 52 2026-07-23 16:54:39 -04:00
gamer147
90c7874190 Decode RTINIT providers 3 and 51 2026-07-23 16:44:49 -04:00
gamer147
80575fdd11 Close RTINIT movement parameter semantics 2026-07-23 15:58:38 -04:00
gamer147
c55c5ada4c Decode RTINIT movement providers 4 6 and 15 2026-07-23 15:43:27 -04:00
gamer147
52780d92a0 Decode RTINIT movement providers 7 10 and 12 2026-07-23 15:32:20 -04:00
gamer147
7b3421a961 Decode RTINIT movement providers 5 and 11 2026-07-23 14:25:47 -04:00
gamer147
cbf98642dc Decode RTINIT routine step banks 2026-07-23 13:41:35 -04:00
gamer147
9948f23a97 Decode SCINIT scene dispatch registry 2026-07-23 13:08:48 -04:00
gamer147
f5b986e9f1 Decode CCINIT class change rules 2026-07-23 12:40:42 -04:00
gamer147
1b0c2a6a74 Resolve final STINIT object payloads 2026-07-23 09:56:18 -04:00
gamer147
1a9989b3ce Decode STINIT initial object states 2026-07-23 09:47:22 -04:00
gamer147
9c05451369 Join STINIT object definitions 2026-07-23 09:34:23 -04:00
gamer147
9e5fa94073 Decode STINIT tagged object payloads 2026-07-23 09:07:58 -04:00
gamer147
643a462af4 Decode STINIT enemy spawn semantics 2026-07-23 08:40:22 -04:00
gamer147
3fb3d3cfd8 Decode STINIT map and object placement data 2026-07-23 00:22:03 -04:00
gamer147
86a7cb1750 Extract and profile STINIT stage records 2026-07-22 23:50:43 -04:00
gamer147
b6c3b1660d Implement base SYS4 asset store 2026-07-11 09:14:14 -04:00
gamer147
986f2080a0 docs: SYS4AB.BIN = XOR-0xFF(AGE.EXE), same packed binary (dead end for static RE)
Decrypted SYS4AB: 0x2c header (S4AB magic + 0x10E000 size + 8-byte key) then
XOR-0xFF payload == AGE.EXE byte-for-byte. Not a patched/unpacked VM. Real
handler code exists only unpacked in the runtime heap (0x62411000). Corrects the
'likely the patched VM' assumption.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 23:29:37 -04:00
gamer147
0ffb9620a3 docs(opcodes): retire superseded opcode files; update structure + doc pointers
- rm vm-map/opcodes-himegari.json, vm-map/himegari-opcode-notes.md (folded into opcodes.toml; in history)
- PROJECT-STRUCTURE.md: opcodes.toml single-source-of-truth + generated artifacts + convention
- repoint dead references in vm-mapping-plan/sys4-format-notes/himegari-port-reference/phase-a-slice-plan

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 13:16:33 -04:00
gamer147
463877773c chore: initialize age-reimpl repo
Reverse-engineering + open reimplementation workspace for Eushully's AGE/SYS4
engine (first target: Himegari). The repo root is age-reimpl/; the original game
install and the extracted ALF data are siblings outside the repo and are never
tracked. build/ (derived corpora) is gitignored and regenerated by the tools.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 12:58:30 -04:00