16 lines
311 B
JavaScript
16 lines
311 B
JavaScript
export const r13off = -0x6120;
|
|
|
|
/**
|
|
* @type {{[key: string]: number}}}
|
|
*/
|
|
export const freezeCodeHooks = {
|
|
yellowCoin: 0x801b6cc8,
|
|
redCoin: 0x801b63dc,
|
|
blueCoin: 0x801b61e4,
|
|
item: 0x801b727c,
|
|
talk: 0x801489b4,
|
|
demo: 0x80032c90,
|
|
cleaned: 0x8020db50,
|
|
bowser: 0x801f3690,
|
|
yoshi: 0x80268260,
|
|
};
|