Skip to content

Commit

Permalink
Fix errors in disassembly
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmir committed Jan 1, 2025
1 parent 0240d42 commit f09d0ea
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 282 deletions.
11 changes: 9 additions & 2 deletions code/script/characters/script_characters.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,13 @@ CS_00C0_3: ; CODE XREF: ROM:000266C6j
bsr.w GetYesNoAnswer
bcc.s CS_00C0_4
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 CS_00C0_6
; ---------------------------------------------------------------------------

CS_00C0_4: ; CODE XREF: ROM:000266D6j
trap #$01 ; Trap01Handler
Expand Down Expand Up @@ -2102,7 +2108,8 @@ CS_00C0_5: ; CODE XREF: ROM:000266E6j
bra.s CS_00C0_3
; ---------------------------------------------------------------------------

CS_00C0_6: ; CODE XREF: ROM:000266ECj
CS_00C0_6: ; CODE XREF: ROM:000266DCj
; ROM:000266ECj
trap #$01 ; Trap01Handler
; ---------------------------------------------------------------------------
ScriptID $2D0,$0 ; Run text script at offset 0x027D96
Expand Down
Loading

0 comments on commit f09d0ea

Please sign in to comment.