Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/114"

From Final Fantasy Inside
Jump to navigation Jump to search
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...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
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.
 
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 [[WorldMap_Module/Script/Opcodes/0e0|write bank opcode]].
+
This is a valid parameter to the [[FF7/WorldMap_Module/Script/Opcodes/0e0|write bank opcode]].

Latest revision as of 05:20, 23 May 2019

  • 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.