Prev: 26896 Up: Map Next: 26923
26907: Colourise Sprite
Used by the routine at 26924.
ColouriseSprite 26907 INC B Increment B' by one.
26908 LD (HL),A Write A to *HL'.
26909 INC HL Increment HL' by one.
26910 LD (HL),E Write E to *HL'.
26911 INC HL Increment HL' by one.
26912 LD (HL),D Write D to *HL'.
26913 INC HL Increment HL' by one.
26914 CP 7 Compare A with 7.
26916 LD A,C A=C'.
26917 EXX Switch back to the normal registers.
26918 LD (HL),A Write A to *HL.
26919 RET NZ Return if A was not equal to 7 on line 26914.
26920 JP 29682 Jump to 29682.
Prev: 26896 Up: Map Next: 26923