FF8/Menu m000 m004

From Final Fantasy Inside
< FF8
Revision as of 16:29, 22 April 2019 by my_wiki>Sebanisu (m002.bin: i'm adding m000.bin and m001.bin it's wip but wanted to save some of my work)

BIN

Location of strings maybe and actual values for refine.

m000.bin

T Mag-RF 7 entries (mngrp.bin loc: 0x21F000) Item to Thunder Magic
I Mag-RF 7 entries (mngrp.bin loc: 0x21F038) Item to Ice Magic
F Mag-RF 10 entries (mngrp.bin loc: 0x21F070) Item to Fire Magic
L Mag-RF 21 entries (mngrp.bin loc: 0x21F0C0) Item to Life Magic
Time Mag-RF 14 entries (mngrp.bin loc: 0x21F168) Item to Time Magic
ST Mag-RF 14 entries (mngrp.bin loc: 0x21F1D8) Item to Status Magic
Supt Mag-RF 17 entries (mngrp.bin loc: 0x21F260) Items to Support Magic
Forbid Mag-RF 6 entries (mngrp.bin loc: 0x21F300) Items to Forbidden Magic
Type Size Value Description
UInt16 2 Offset Text Offset

(little-endian)

Byte 1 Received Amount received
UInt16 2 UNK {0x0001}
Byte 1 Input_Item_ID Input: Item id value

0x00-0xC6

Byte 1 Required Amount needed
Byte 1 Output_Spell_ID Output: Spell id value

0x01-0x38

m001.bin

Recov Med-RF: (mngrp.bin loc: 0x21F800) ST Med-RF: (mngrp.bin loc: 0x21F848) Ammo-RF: (mngrp.bin loc: 0x21F8A8) Forbid Med-RF: (mngrp.bin loc: 0x21F928) GFRecov Med-RF: (mngrp.bin loc: 0x21F9C8) GFAbl Med-RF: (mngrp.bin loc: 0x21FA28) Tool-RF: (mngrp.bin loc: 0x21FB78)

Type Size Value Description
UInt16 2 Offset Text Offset

(little-endian)

Byte 1 Received Amount received
UInt16 2 UNK {0x0001}
Byte 1 Input_Item_ID Input: Item id value

0x00-0xC6

Byte 1 Required Amount needed
Byte 1 Output_Item_ID Output: Item id value

0x00-0xC6

m002.bin

Mid-Mag-RF, first 4 entries (mngrp.bin loc: 0x2200000)
High-Mag-RF, last 6 entries (mngrp.bin loc: 0x2200020)

Type Size Value Description
UInt16 2 Offset Text Offset

(little-endian)

Byte 1 Received Amount received
UInt16 2 UNK {0x0001}
Byte 1 Input_Spell_ID Input: Spell id value

0x01-0x38

Byte 1 Required Amount needed
Byte 1 Output_Spell_ID Output: Spell id value

0x01-0x38

m003.bin

Med LV Up

Type Size Value Description
UInt16 2 Offset Text Offset

(little-endian)

Byte 1 Received Amount received
UInt16 2 UNK {0x0001}
Byte 1 Input_Item_ID Input: Item id value

0x00-0xC6

Byte 1 Required Amount needed
Byte 1 Output_Item_ID Output: Item id value

0x00-0xC6

m004.bin

Card Mod

Type Size Value Description
UInt16 2 Offset Text Offset

(little-endian)

Byte 1 Received Amount received
UInt16 2 UNK {0x0001}
Byte 1 Card_ID Card id value

0x00-0x6D

Byte 1 Required Amount needed
Byte 1 Item_ID Item id value

0x00-0xC6

MSG

Text offsets are in bin files. Strings end with 0x00. Strings are encoded.

m003.msg

Example:
Elixir:\n10 will refine \ninto 1 Megalixir\0
When Elixir Card is selected only "10 will refine into 1 Megalixir" shows up above in help box
When choose the a box shows up with entire string. With:
Elixir (Number remaining)
Number to refine 10
Megalixir (Total amount)

m004.msg

Example:
Geezard Card:\n1 will refine \ninto 5 Screws\0
When Geezard Card is selected only "1 will refine into 5 Screws" shows up above in help box
When choose the a box shows up with entire string. With:
Geezard (Number remaining)
Number to refine 1
Screws (Total amount)