Difference between revisions of "FF7/Field/Script/Opcodes/5A CKITM"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
m
my_wiki>BukTop
m (3 revisions imported)
(No difference)

Revision as of 12:34, 4 April 2018

  • Opcode: 0x5A
  • Short name: CKITM
  • Long name: Check Item

Memory layout

0x5A B I A

Arguments

  • const UByte B: Bank to store result.
  • const UShort I: Item ID to check.
  • const UByte A: Address to store result.

Description

Copies the amount of item I the player has in their inventory, to the bank and address specified.