16 lines
310 B
JavaScript
16 lines
310 B
JavaScript
export const r13off = -0x6188;
|
|
|
|
/**
|
|
* @type {{[key: string]: number}}
|
|
*/
|
|
export const freezeCodeHooks = {
|
|
yellowCoin: 0x8019eb98,
|
|
redCoin: 0x8019e2ac,
|
|
blueCoin: 0x8019e0b4,
|
|
item: 0x8019f14c,
|
|
talk: 0x80134e58,
|
|
demo: 0x80364ae0,
|
|
cleaned: 0x801f5b0c,
|
|
bowser: 0x801db550,
|
|
yoshi: 0x80250224,
|
|
};
|