Skip to content

Commit

Permalink
Fix character script
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmir committed Dec 13, 2024
1 parent 45b92ab commit 40a51e7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions code/script/characters/script_characters.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2075,8 +2075,13 @@ loc_266CE: ; CODE XREF: ROM:000266C6j
bsr.w GetYesNoAnswer
bcc.s loc_266DE
trap #$01 ; Trap01Handler
move.b $00000016(sp,d6.w),(a3)

; ---------------------------------------------------------------------------
ScriptID $2CD,$0 ; Run text script at offset 0x027D90
; 0x1553: SET BIT 3 OF FLAG 0x02A
; 0xA28F: PRINT MSG 0x02DC, END: "{5B}You agree? Great!!{57}It looks like I'm a drugstore{57}owner from now on!{62}"
; ---------------------------------------------------------------------------
bra.s loc_266F4
; ---------------------------------------------------------------------------
loc_266DE: ; CODE XREF: ROM:000266D6j
trap #$01 ; Trap01Handler
; ---------------------------------------------------------------------------
Expand Down

0 comments on commit 40a51e7

Please sign in to comment.