1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-11-05 21:39:03 -08:00

off by one

This commit is contained in:
Connor Olding 2015-05-01 08:20:52 -07:00
parent 46b42a0421
commit 2c75c55dc3

View file

@ -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),