Super Mario 3D All-Stars: Difference between revisions
Line 142: | Line 142: | ||
| 0x91C || 0x4 || Array count for the the following array. | | 0x91C || 0x4 || Array count for the the following array. | ||
|- | |- | ||
| 0x920 || 0x500 || Array data with the above count, each entry is 0x14-bytes. | | 0x920 || 0x500 || Array data with the above count, each entry is 0x14-bytes. +0 = u32 emu_pc_addr, +4 = u32 instruction_value, +8 = u8 flags. Flags: bit5 = read-Special, bit6 = n64CPU_CallLuaBeforeInst, bit7 = n64CPU_CallLuaAfterInst. | ||
When loading a funcptr from +0x740, it will load a funcptr from +0x700 instead if there's a matching entry here which has bit5 set. | |||
|- | |- | ||
| 0xE20 || 0x4 || Array count for the the following array. | | 0xE20 || 0x4 || Array count for the the following array. |