diff options
Diffstat (limited to 'engine/billspctop.asm')
-rw-r--r-- | engine/billspctop.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/billspctop.asm b/engine/billspctop.asm index 4cb456ed..ccf50310 100644 --- a/engine/billspctop.asm +++ b/engine/billspctop.asm @@ -23,14 +23,14 @@ BillsPC_LogIn: ; e3f7 (3:63f7) ld [hBGMapMode], a call LoadStandardMenuDataHeader call Functione566 - ld hl, Options + ld hl, wOptions ld a, [hl] push af set 4, [hl] ld hl, Text_BillsPCWhat call PrintText pop af - ld [wd199], a + ld [wOptions], a call Functionda5 ret |