Routines |
Prev: B479 | Up: Map | Next: B47F |
Continues from B175. Sets the animatory state and y-coordinate of the character to be walked onto the screen.
|
||||||||||||
B47A | LD (HL),A | Set the character's animatory state | ||||||||||
B47B | INC L | L=0x61 | ||||||||||
B47C | LD (HL),$A4 | Set the character's y-coordinate to 164 | ||||||||||
B47E | RET |
Prev: B479 | Up: Map | Next: B47F |