2022-04-22 18:03:49 +09:00
|
|
|
export const r13off = -0x6818;
|
2023-01-10 16:55:28 +09:00
|
|
|
export const onChangeStatusAddr = 0x801335b8;
|
2022-04-22 18:03:49 +09:00
|
|
|
|
2022-04-21 23:54:05 +09:00
|
|
|
/**
|
2023-01-10 16:55:28 +09:00
|
|
|
* @type {{[key: string]: number|{addr: number, orig: number}}}
|
2022-04-21 23:54:05 +09:00
|
|
|
*/
|
2023-01-07 11:13:37 +09:00
|
|
|
export const freezeCodeHooks = {
|
|
|
|
yellowCoin: 0x80196cb0,
|
|
|
|
redCoin: 0x801963c4,
|
2023-01-07 12:59:24 +09:00
|
|
|
blueCoin: 0x80196128,
|
2023-01-07 11:13:37 +09:00
|
|
|
item: 0x80197208,
|
|
|
|
talk: 0x80214f00,
|
2023-01-07 12:14:34 +09:00
|
|
|
demo: 0x800ed89c,
|
2023-01-07 11:13:37 +09:00
|
|
|
cleaned: 0x8017a3d4,
|
|
|
|
bowser: 0x801d3380,
|
|
|
|
yoshi: 0x8014f830,
|
2023-01-10 16:55:28 +09:00
|
|
|
take: { addr: 0x8011eae4, orig: 0x801f0384 },
|
|
|
|
drop: { addr: 0x80122964, orig: 0x38000000 },
|
2022-04-08 16:29:24 +09:00
|
|
|
};
|