diff options
Diffstat (limited to 'scripts/bruno.asm')
-rwxr-xr-x | scripts/bruno.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bruno.asm b/scripts/bruno.asm index 2135e3de..82551af6 100755 --- a/scripts/bruno.asm +++ b/scripts/bruno.asm @@ -10,7 +10,7 @@ BrunoScript: ; 762d6 (1d:62d6) BrunoShowOrHideExitBlock: ; 762ec (1d:62ec) ; Blocks or clears the exit to the next room. - ld hl, wd126 + ld hl, wCurrentMapScriptFlags bit 5, [hl] res 5, [hl] ret z |