2022-04-22 18:03:49 +09:00
|
|
|
export const r13off = -0x6120;
|
2023-01-10 16:55:28 +09:00
|
|
|
export const onChangeStatusAddr = 0x8024bf54;
|
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: 0x801b6cc8,
|
|
|
|
redCoin: 0x801b63dc,
|
2023-01-07 12:59:24 +09:00
|
|
|
blueCoin: 0x801b6140,
|
2023-01-07 11:13:37 +09:00
|
|
|
item: 0x801b727c,
|
|
|
|
talk: 0x801489b4,
|
2023-01-07 12:14:34 +09:00
|
|
|
demo: 0x802921b0,
|
2023-01-07 11:13:37 +09:00
|
|
|
cleaned: 0x8020db50,
|
|
|
|
bowser: 0x801f3690,
|
|
|
|
yoshi: 0x80268260,
|
2023-01-10 16:55:28 +09:00
|
|
|
take: { addr: 0x80237734, orig: 0x801f0384 },
|
|
|
|
drop: { addr: 0x8023b560, orig: 0x38000000 },
|
2022-04-08 16:29:24 +09:00
|
|
|
};
|