fix blues
This commit is contained in:
parent
c0a86f3b39
commit
0b16ba6fcf
5 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ export const r13off = -0x6048;
|
|||
export const freezeCodeHooks = {
|
||||
yellowCoin: 0x801bee10,
|
||||
redCoin: 0x801be524,
|
||||
blueCoin: 0x801be32c,
|
||||
blueCoin: 0x801be288,
|
||||
item: 0x801bf3c4,
|
||||
talk: 0x80153a34,
|
||||
demo: 0x8029a318,
|
||||
|
|
|
@ -6,7 +6,7 @@ export const r13off = -0x6818;
|
|||
export const freezeCodeHooks = {
|
||||
yellowCoin: 0x80196cb0,
|
||||
redCoin: 0x801963c4,
|
||||
blueCoin: 0x801961cc,
|
||||
blueCoin: 0x80196128,
|
||||
item: 0x80197208,
|
||||
talk: 0x80214f00,
|
||||
demo: 0x800ed89c,
|
||||
|
|
|
@ -6,7 +6,7 @@ export const r13off = -0x6188;
|
|||
export const freezeCodeHooks = {
|
||||
yellowCoin: 0x8019eb98,
|
||||
redCoin: 0x8019e2ac,
|
||||
blueCoin: 0x8019e0b4,
|
||||
blueCoin: 0x8019e010,
|
||||
item: 0x8019f14c,
|
||||
talk: 0x80134e58,
|
||||
demo: 0x80279fc8,
|
||||
|
|
|
@ -6,7 +6,7 @@ export const r13off = -0x6120;
|
|||
export const freezeCodeHooks = {
|
||||
yellowCoin: 0x801b6cc8,
|
||||
redCoin: 0x801b63dc,
|
||||
blueCoin: 0x801b61e4,
|
||||
blueCoin: 0x801b6140,
|
||||
item: 0x801b727c,
|
||||
talk: 0x801489b4,
|
||||
demo: 0x802921b0,
|
||||
|
|
|
@ -86,6 +86,7 @@ export default function codegen(version, baseCode) {
|
|||
code += [
|
||||
0xc2000000 + (addr & 0x1ffffff),
|
||||
0x00000004,
|
||||
0x7c030378,
|
||||
0x80a3005c,
|
||||
0x38a50003,
|
||||
0x54a0003a,
|
||||
|
|
Loading…
Reference in a new issue