Prev: 6461 Up: Map Next: 6496
648b: Drop a new collectible item.
Used by the routine at 6461.
Input
IX Collectible item object
648b ld a,(ix+$06) Jump table offset
648e and $0f Values: 0, 2, 4, 6, or 8
6490 ld hl,$6496 HL=item drop jump table
6493 jp $6334 Execute the jump using HL address
Prev: 6461 Up: Map Next: 6496