2022-04-22 18:03:49 +09:00
|
|
|
export const r13off = -0x6188;
|
|
|
|
|
2022-04-21 23:54:05 +09:00
|
|
|
/**
|
2023-01-07 11:13:37 +09:00
|
|
|
* @type {{[key: string]: number}}
|
2022-04-21 23:54:05 +09:00
|
|
|
*/
|
2023-01-07 11:13:37 +09:00
|
|
|
export const freezeCodeHooks = {
|
|
|
|
yellowCoin: 0x8019eb98,
|
|
|
|
redCoin: 0x8019e2ac,
|
2023-01-07 12:59:24 +09:00
|
|
|
blueCoin: 0x8019e010,
|
2023-01-07 11:13:37 +09:00
|
|
|
item: 0x8019f14c,
|
|
|
|
talk: 0x80134e58,
|
2023-01-07 12:14:34 +09:00
|
|
|
demo: 0x80279fc8,
|
2023-01-07 11:13:37 +09:00
|
|
|
cleaned: 0x801f5b0c,
|
|
|
|
bowser: 0x801db550,
|
|
|
|
yoshi: 0x80250224,
|
2022-04-08 16:29:24 +09:00
|
|
|
};
|