Between the second and third times,
POKE 32769,39
POKE 32888,136
POKE 32890,255
is called. This
Y
to $27
instead of $00
Y
to decrement instead of incrementY
test to compare for $FF
instead of $28
That just means that the third time we run it, Y
goes from $27
to $00
instead of $00
to $27
.
But prior to this third time, we've loaded AKA3
into the second page so this transformation is from AKA5
to AKA3
.