Prev: 28898 Up: Map Next: 28915
28904: Index Action
Used by the routines at 28915 and 30673.
Input
A The ID of the Action; $01-$3B
IndexAction 28904 LD L,A Create an offset in HL.
28905 LD H,0
28907 ADD HL,HL HL = $AB4B + (HL * $08).
28908 ADD HL,HL
28909 ADD HL,HL
28910 LD DE,43851
28913 ADD HL,DE
28914 RET Return.
Prev: 28898 Up: Map Next: 28915