mirror of
https://github.com/notwa/mm
synced 2024-11-05 21:39:03 -08:00
off by one
This commit is contained in:
parent
46b42a0421
commit
2c75c55dc3
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ return {
|
||||||
|
|
||||||
-- note: these addresses are invalid for JP10, JP11.
|
-- note: these addresses are invalid for JP10, JP11.
|
||||||
checksum = AL(0x100A, 2),
|
checksum = AL(0x100A, 2),
|
||||||
event_inf = AL(0x100C, 9),
|
event_inf = AL(0x100C, 8),
|
||||||
disable_pause = AL(0x100D, 1),
|
disable_pause = AL(0x100D, 1),
|
||||||
hookshot_ba = AL(0x100E, 1),
|
hookshot_ba = AL(0x100E, 1),
|
||||||
disable_c_buttons_2 = AL(0x100F, 1),
|
disable_c_buttons_2 = AL(0x100F, 1),
|
||||||
|
|
Loading…
Reference in a new issue