My conversation in Discord with randomdude, we have this:
Codeinit:
main:
LDA $76
STA $14AF|!addr
BEQ .end
LDA $14
AND #$01
BEQ .end
REP #$20
LDA $1462|!addr
CLC
ADC #$0001
STA $1462|!addr
SEP #$20
.end: RTL
This is the Boohemoth auto-scroll code, this auto-scroll works if the player is facing right, however, when the player faces left, the Auto-scroll stops. These triggers the ON/OFF flag.
But there are two issues...
1) Customization speed, because the auto-scroll code is a little too slow.
2) The Auto-scroll is unstoppable.
Can anyone help me?
Follow Us On