16 lines
310 B
JavaScript
16 lines
310 B
JavaScript
export const r13off = -0x6818;
|
|
|
|
/**
|
|
* @type {{[key: string]: number}}
|
|
*/
|
|
export const freezeCodeHooks = {
|
|
yellowCoin: 0x80196cb0,
|
|
redCoin: 0x801963c4,
|
|
blueCoin: 0x801961cc,
|
|
item: 0x80197208,
|
|
talk: 0x80214f00,
|
|
demo: 0x80362434,
|
|
cleaned: 0x8017a3d4,
|
|
bowser: 0x801d3380,
|
|
yoshi: 0x8014f830,
|
|
};
|