2022-04-22 18:03:49 +09:00
|
|
|
export const r13off = -0x6120;
|
|
|
|
|
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: 0x801b6cc8,
|
|
|
|
redCoin: 0x801b63dc,
|
|
|
|
blueCoin: 0x801b61e4,
|
|
|
|
item: 0x801b727c,
|
|
|
|
talk: 0x801489b4,
|
|
|
|
demo: 0x80032c90,
|
|
|
|
cleaned: 0x8020db50,
|
|
|
|
bowser: 0x801f3690,
|
|
|
|
yoshi: 0x80268260,
|
2022-04-08 16:29:24 +09:00
|
|
|
};
|