handoff: correct the dialog record layout -- ids and names unaffected
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Wuu56cE8vJGTBtn1ppsk8v
This commit is contained in:
@@ -53,7 +53,10 @@ anywhere, that is the version to carry.
|
||||
|
||||
> ✅ **STRENGTHENED the same day, twice.**
|
||||
> * **The dialog table is decoded** — every `DLG_` name in the image sits in a
|
||||
> 12-byte record `{u32 handler, u32 id, u32 name_ptr}` spanning
|
||||
> 12-byte record ⚠️ **`{u32 id, u32 name_ptr, u32 handler}`** — ~~`{handler, id,
|
||||
> name_ptr}`~~ **corrected 2026-08-31**: the same fields shifted one word, so each
|
||||
> record was credited with the *previous* one's handler. **ids and names are
|
||||
> unaffected**; `DLG_SELECT_DIFFICULTY` is still **2000**. Spanning
|
||||
> `0x820A0A2C`–`0x820A0D68`. **70 names, 70 records, none unmatched.**
|
||||
> **`DLG_SELECT_DIFFICULTY` is id 2000**, in a band with `SYSTEM_PAUSE` (2001)
|
||||
> and the two leaderboard dialogs (2002/2003).
|
||||
|
||||
Reference in New Issue
Block a user