12/14/2017

This commit is contained in:
Karkat
2017-12-14 15:43:20 -05:00
parent fe2cb8f277
commit b9a180b8c6
9 changed files with 178 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ Sprite_ShowMessageFromPlayerContact_Edit:
LDA $4D : CMP.b #$02 : BEQ .dont_show
JSL.l Sprite_DirectionToFacePlayer : TYA : EOR.b #$03
JSL.l Sprite_DirectionToFacePlayerLong : TYA : EOR.b #$03
SEC
RTL
.dont_show
@@ -27,7 +27,7 @@ Sprite_ShowSolicitedMessageIfPlayerFacing_Edit:
LDA $4D : CMP.b #$02 : BEQ .alpha
STZ $1CE8 ; set text choice to 1st option (usually yes/confirm/etc)
JSL.l Sprite_DirectionToFacePlayer : PHX : TYX
JSL.l Sprite_DirectionToFacePlayerLong : PHX : TYX
; Make sure that the sprite is facing towards the player, otherwise
; talking can't happen. (What sprites actually use this???)
@@ -90,7 +90,7 @@ Sprite_ShowSolicitedMessageIfPlayerFacing_Alt:
LDA $0F10, X : BNE .alpha
LDA $4D : CMP.b #$02 : BEQ .alpha
JSL Sprite_DirectionToFacePlayer : PHX : TYX
JSL Sprite_DirectionToFacePlayerLong : PHX : TYX
; Make sure that the sprite is facing towards the player, otherwise
; talking can't happen. (What sprites actually use this???)