Difference between revisions of "FF8/Field/Script/Opcodes/161 ADDMAGIC"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x161''' * Short name: '''ADDMAGIC''' * Long name: Add magic stock to character ==== Argument ==== none ==== Stack ==== :''Character ID'' :''Magic ID'' :''Quan...")
 
m (4 revisions imported)
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
* Long name: Add magic stock to character
 
* Long name: Add magic stock to character
  
==== Argument ====
+
==== Argument ====
  
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Character ID''
 
:''Magic ID''
 
:''Quantity''
 
:'''ADDMAGIC'''
 
  
==== Description ====
+
: ''Character ID''
 +
: ''Magic ID''
 +
: ''Quantity''
 +
: '''ADDMAGIC'''
  
Does exactly what you think. See [[FF8/Item Codes|Magic Codes]] for a list of magic codes.
+
====  Description  ====
 +
 
 +
Does exactly what you think. See [[FF8/Magic_Codes|Magic Codes]] for a list of magic codes.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x161
  • Short name: ADDMAGIC
  • Long name: Add magic stock to character

Argument

none

Stack

Character ID
Magic ID
Quantity
ADDMAGIC

Description

Does exactly what you think. See Magic Codes for a list of magic codes.