From 306756573badd9bf79022b76897f74d95a0249da Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 1 May 2015 06:16:38 -0700 Subject: [PATCH] mask_mask_bit address for US10 --- Lua/event flag monitor.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Lua/event flag monitor.lua b/Lua/event flag monitor.lua index 3f7afdd..60ec0be 100644 --- a/Lua/event flag monitor.lua +++ b/Lua/event flag monitor.lua @@ -65,10 +65,11 @@ end local weg = FlagMonitor('weg', addrs.week_event_reg) local inf = FlagMonitor('inf', addrs.event_inf) ---local mmb = FlagMonitor('mmb', addrs.mask_mask_bit) +--local mmb = FlagMonitor('mmb', A(0x24405A, 3)) +local mmb = FlagMonitor('mmb', A(0x1F3F3A, 3)) while true do weg:diff() inf:diff() - --mmb:diff() + mmb:diff() emu.frameadvance() end