Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/114"
< FF7 | WorldMap Module | Script | Opcodes
Jump to navigation
Jump to search
my_wiki>Aali |
my_wiki>BukTop m (2 revisions imported) |
(No difference)
|
Revision as of 12:36, 4 April 2018
- 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.