diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-06-08 05:44:58 -0600 |
commit | 6e8c3883e430b567f7aa8f9230e366e03610bd5a (patch) | |
tree | ca189f210cb5f404d4791ace04fcd70de6b3a642 /scripts/beach_house.asm | |
parent | 42a9f7e8fd9f2f56a271cd5378467bb6a0f5bd21 (diff) |
Part 1 of syncing with pokered.
Diffstat (limited to 'scripts/beach_house.asm')
-rw-r--r-- | scripts/beach_house.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/beach_house.asm b/scripts/beach_house.asm index b0daa01f..19554ba7 100644 --- a/scripts/beach_house.asm +++ b/scripts/beach_house.asm @@ -152,7 +152,7 @@ BeachHouseSign4Text: call YesNoChoice ld a, [wCurrentMenuItem] and a - jp z, Func_f23d0 ; 0xf23d0 + jp z, Func_f23d0 call SaveScreenTilesToBuffer2 ld hl, wd730 set 6, [hl] |