Routines |
Prev: 64B8 | Up: Map | Next: 64FA |
64ED | LD HL,$5E16 | HL=CurrentBug_ID. | ||
64F0 | INC (HL) | Increment CurrentBug_ID by one. | ||
64F1 | CALL StoreEntity | Call StoreEntity. | ||
64F4 | CALL LeafCollision | Call LeafCollision. | ||
64F7 | JP BugCollision | Jump to BugCollision. |
Prev: 64B8 | Up: Map | Next: 64FA |