FF7/WorldMap Module/Script/Opcodes/114

From Final Fantasy Inside
< FF7‎ | WorldMap Module‎ | Script‎ | Opcodes
Revision as of 09:28, 5 August 2014 by my_wiki>Aali (Created page with "* Opcode: '''0x114''' * Name: push bit from bank0 * Two-word opcode: Yes ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Opcode: 0x114
  • Name: push bit from bank0
  • Two-word opcode: Yes

Parameters

Location Name Description
Code Address Bit address in bank

Notes

Pushes the bit at Address from bank0 (Bank 1 in the Savemap). Bit addressing counts the data in the bank as one consecutive bitfield, 0 is the first bit of the first byte, 7 is the last bit of the first byte, 8 is the first bit of the second byte etc.

This is a valid parameter to the write bank opcode.