![]() |
Routines |
Prev: F4B9 | Up: Map | Next: F500 |
|
||||||||
The player was trying to wear the shield, but are they carrying it? As carrying it at all counts as wearing it.
|
||||||||
Process_WearShield | F4F5 | LD A,$56 | Call IsPlayerCarryingItem with item 56: "A shield". | |||||
F4F7 | CALL IsPlayerCarryingItem | |||||||
Print "You already carry the shield in
a defensive position.".
|
||||||||
F4FA | LD HL,$DBBE | HL=Messaging_AlreadyCarryShield. | ||||||
F4FD | JP $ED6D | Jump to ED6D. |
Prev: F4B9 | Up: Map | Next: F500 |