Name: Final Fantasy V Console: Super Nintendo Version 3.1 11/September/2022 Written by: samurai goroh samuraigoroh@gmail.com ******************************************************************************** ___ _ __ _ __ _ ___ __ __ _ _____ __ ___ __ __ | __) | | | \| | / \ | | | __) / \ | \| | (_ _) / \ | __) \ \/ / | _) | | | . ' | | ^^ | | |_ | _) | ^^ | | . ' | | | | ^^ | |__ | ) / |_| |_| |_|\__| |_/\_| |___) |_| |_/\_| |_|\__| |_| |_/\_| (___| /__/ ___ ___ \ \ / / \ \/ / \ / \__/ ******************************************************************************** 1.0 Flags 2.0 Hex Numbers 2.1 Steps 3.0 Bitwise Values 3.1 Status 3.1a Curable Status 3.1b Temporary Status 3.1c Dispellable Status 3.1d Permanent Status 3.2 Element 3.3 Can't Evade 3.4 Creature 3.5 Command 3.6 Action Flags 3.7 Song chanted 3.8 Damage Modifier 3.9 Specialty Properties 3.10 Weapon Specialty 3.11 Innate Abilities 3.12 Equipment Specialty 3.13 Equipment Category 3.14 Abilities Inventory 3.15 Treasures Opened (For the %) 3.16 Events 4.0 Lists 4.1 Character Name 4.2 Items ID (Inventory, Item shops) 4.3 Items ID (Magic Shops) 4.4 Magic ID (Wonder Rod / Magic Lamp) 4.5 Misc. Abilities (Animals, Mix, Terrains) 4.6 Monster Specialty 4.7 World Map Vehicle 4.8 Job 4.9 Attack Command 4.10 Attack Type (Formula) 4.11 Target 4.12 Arena Modifier 4.13 Monster Name/Sprite/Caught 4.14 Monster Group Modifier 4.15 BGM (Music) 4.16 Room Modifier x2 + Coordinates 5.0 Mix 5.1 Character (Sprite) -------------------------------------------------------------------------------- SORTED CODES -------------------------------------------------------------------------------- 7E0000 XX Battle Engine Data (Pointed by D-Register) 7E002A XX Net Damage = Damage - Defense 7E002C XX Net Attack Multiplier 7E0032 XXXX Attacker offset 00 - 1st character 80 - 2nd character 100 - 3rd character 180 - 4th character 200 - 1st monster 280 - 2nd monster 300 - 3rd monster 380 - 4th monster 400 - 5th monster 480 - 6th monster 500 - 7th monster 580 - 8th monster 7E0034 XX Enemy Graphics? 7E0036 XX Enemy Graphics? 7E0039 XX Attacker offset 2 (smaller?) 7E003A XX Battle RNG counter A (Byte-sum of first 1000 bytes of RAM) + 7E0AF9? 7E003B XX Battle RNG counter B (Byte-sum of first 2000 bytes of RAM) 7E0047 XX Attacker Index (0=P1, 1=P2, 2=P3, 3=P4, 4=E1, 5=E2) 7E0048 XX Target Index (same as above) 7E0049 XX Target Offset (same as 7E0032) 7E004D XX Element of attack (fire, ice, etc.) 3.2 7E004E XX Final Hit% 2.0 7E004F XX Evade (Physical or Magical) 2.0 7E0050 XXXX Base Damage (Attack) - (Attack + (0..(Attack/8))) 2.0 7E0052 XXXX Multiplier (M) 2.0 7E0054 XXXX Defense (Physical or Magical) 2.0 7E0056 XX N>0 means attack has missed 7E0057 XX Parameter 1 of Damage Formula 7E0058 XX Parameter 2 of Damage Formula 7E0059 XX Parameter 3 of Damage Formula 7E005A XX Animation - Sword Parry (25%) 7E005B XX Animation - Knife Parry (25%) 7E005C XX Animation - Physical Dodge (Elf Cape) (33%) 7E005D XX Animation - Miss 0: general miss 1: Sword Parry 2: Knife Parry 3: Physical Dodge (Elf Cafe) 4: golem 5: white blade removed (?) 6: Shield 7: magic block (aegis shield) 7E005E XX Animation - Innate Evade (05 -> Shirahadori ability) 7E005F XX Attack effect flag? (e.g critial attack flash from Katanas) 7E0060 XX Magic sword flag (0=not used, 1=used) 7E0061 XX Dead flag (0=Alive, 1=Dead) 7E0062 XX Damage/Heal flag (0=Damage, 1=Heal) 7E0063 XX Self Hit flag (0=No, 1=Yes) Attacker = Target? 7E0064 XX ? 7E0065 XX Target of Attack, enemy? (Linked to $7E2058) 7E0066 XX Target of Attack, ally? (Linked to $7E2059) 7E0070 XXXX Indirect Jump address for switch-case 7E007A XXXX Indirect Jump address for switch-case 7E00A4 XX "Paused" battle (Either when pressing Start or lag frame) 7E00DE XX Unhidden monsters in battle flag 7E0100 XX *Note to self: Check on menu screen when walking (same 01..05) 7E0101 XX 7E0102 XX 7E0103 XX 7E0104 XX 7E0105 XX 7E0106 XXXX Button Pressed 7E0108 XXXX Button Pressed 7E010E XXXX Button Pressed 7E0114 XXXX Button Pressed 0001 right 0002 left 0004 Down 0008 Up 0010 start 0020 select 0040 Y 0080 B ---- 1000 R 2000 L 4000 X 8000 A 7E0134 XX Menu Screen Type 00 Nothing 01 Item Drop 02 Shop (All) 03 Load screen 04 Job description ability (Boko's tutorial?) 05 Hero's Naming 06 *Closes Screen 07 *Freezes 7E0135 XX Shop ID 7E0139 XX Menu Result? 0x01 = Loading File 0x3E = Teleport 0xF0 = Tent 0xF1 = Cottage 7E013A XX ? 7E013B XX Dropped Item #1 4.2 7E013C XX Dropped Item #2 4.2 7E013D XX Dropped Item #3 4.2 7E013E XX Dropped Item #4 4.2 7E013F XX Dropped Item #5 4.2 7E0140 XX Dropped Item #6 4.2 7E0141 XX Dropped Item #7 4.2 7E0142 XX Dropped Item #8 4.2 7E0143 XX Menu screen 00 - ? 01 - Main menu 02 - Ability menu 03 - Job menu 04 - Equip menu 05 - Status menu 06 - Shop menu 07 - Item menu 08 - Magic menu 09 - Config menu 0A - Dropped Items menu 0B - Save Game menu 0C - Load/New Game menu 0D - Rename Butz 7E0144 80 Menu - Save enabled 7E014D 0310 In-battle 7E0153 XX Menu select pointer 00 - Job 01 - Ability 02 - Item 03 - Magic 04 - Equip 05 - Stats 06 - Config 07 - Save 08 - Form (Change row) - 1st Character 09 - Form (Change row) - 2nd Character 0A - Form (Change row) - 3rd Character 0B - Form (Change row) - 4th Character 0C - 1st Character's Job/Ability/Magic/Equip/Stats 0D - 2nd Character's Job/Ability/Magic/Equip/Stats 0E - 3rd Character's Job/Ability/Magic/Equip/Stats 0F - 4th Character's Job/Ability/Magic/Equip/Stats 7E0155 XX Item row select pointer? 7E0156 XX selector pointer? 7E0157 XX ? 7E0158 XX Item row select pointer? 7E0171 XX Menu Job - Character selected (0-3) 7E0189 XX In-game Hours (menu) 2.0 7E018B XX In-game Minutes (menu) 2.0 7E01D8 XX Menu Job - Job selected pointer 4.8 7E01DE XXXX ABP needed for Job selected? 7E01E0 XX 7E0200 to 7E041F Sprite DMA Buffer (NMI Handler) IN BATTLE (7E0200 to 7E03FF) 7E0200 to 7E0203 Cursor 7E0204 to 7E0207 Selected Cursor 7E0208 to 7E020B Selected Cursor in Weapon field 7E020C to 7E020F 7E0210 to 7E0213 Target Selection Cursor 1 7E0214 to 7E0217 Target Selection Cursor 2 7E0218 to 7E021B Target Selection Cursor 3 7E021C to 7E021F Target Selection Cursor 4 7E0220 to 7E02F7 Effect [54] 7E0220 to 7E022F Damage Point 1[4] 7E0230 to 7E023F Damage Point 2[4] 7E0240 to 7E024F Damage Point 3[4] 7E0250 to 7E025F Damage Point 4[4] 7E0260 to 7E026F Damage Point 5[4] 7E0270 to 7E027F Damage Point 6[4] 7E0280 to 7E028F Damage Point 7[4] 7E0290 to 7E029F Damage Point 8[4] 7E02A0 to 7E02AF Damage Point 9[4] 7E02B0 to 7E02BF Damage Point 10[4] 7E02C0 to 7E02CF Damage Point 11[4] 7E02D0 to 7E02DF Damage Point 12[4] 7E02E0 to 7E02EF Damage Point (For continous attack)[4] 7E02F0 to 7E02F3 UNUSED: Damage Point (For continous attack) 7E02F4 to 7E02F7 UNUSED: Damage Point (For continous attack) 7E02F8 to 7E02FB Scroll Bar 1 7E02FC to 7E02FF Scroll Bar 2 7E0300 to 7E0327 4th Character 7E0328 to 7E034F 3rd Character 7E0350 to 7E0377 2nd Character 7E0378 to 7E039F 1st Character 7E03A0 to 7E03B7 4th Character (Copy) 7E03B8 to 7E03CF 3rd Character (Copy) 7E03D0 to 7E03E7 2nd Character (Copy) 7E03E8 to 7E03FF 1st Character (Copy) 7E0300 to 7E03FF Summon/Monster stuff? IN MENU (7E0200 to 7E03FF) 7E0200 to 7E0203 Cursor 7E0204 to 7E0207 Selected Cursor / All Targets Selection Cursor 1 7E0208 to 7E020B Selected Cursor in Equipment column / All Targets Selection Cursor 2 7E020C to 7E020F All Targets Selection Cursor 3 7E0210 to 7E0213 All Targets Selection Cursor 4 7E0214 to 7E0217 All Targets Selection Cursor 5 7E0218 to 7E021B 7E021C to 7E021F 7E0220 to 7E0223 Dark part of the 1st Character 7E0224 to 7E0227 7E0228 to 7E022B Dark part of the 2nd Character 7E022C to 7E022F 7E0230 to 7E0233 Dark part of the 3rd Character 7E0234 to 7E0237 7E0238 to 7E023B Dark part of the 4th Character 7E023C to 7E023F 7E0240 to 7E0247 1st Character 7E0248 to 7E024F 2nd Character 7E0250 to 7E0257 3rd Character 7E0258 to 7E025F 4th Character 7E0260 to 7E0263 7E0264 to 7E0267 7E0268 to 7E026B 7E026C to 7E026F 7E0270 to 7E0273 7E0274 to 7E0277 7E0278 to 7E027B 7E027C to 7E027F 7E0280 to 7E0283 7E0284 to 7E0287 7E0288 to 7E028B 7E028C to 7E028F 7E0290 to 7E0297 Save #1 - 1st Character 7E0298 to 7E029F Save #1 - 2nd Character 7E02A0 to 7E02A7 Save #1 - 3rd Character 7E02A8 to 7E02AF Save #1 - 4th Character 7E02B0 to 7E02B7 Save #2 - 1st Character 7E02B8 to 7E02BF Save #2 - 2nd Character 7E02C0 to 7E02C7 Save #2 - 3rd Character 7E02C8 to 7E02CF Save #2 - 4th Character 7E02D0 to 7E02D7 Save #3 - 1st Character 7E02D8 to 7E02DF Save #3 - 2nd Character 7E02E0 to 7E02E7 Save #3 - 3rd Character 7E02E8 to 7E02EF Save #3 - 4th Character 7E02F0 to 7E02F7 Save #4 - 1st Character 7E02F8 to 7E02FF Save #4 - 2nd Character 7E0300 to 7E0307 Save #4 - 3rd Character 7E0308 to 7E030F Save #4 - 4th Character 7E0290 to 7E0297 Job Menu: Knight 7E0298 to 7E029F Job Menu: Monk 7E02A0 to 7E02A7 Job Menu: Thief 7E02A8 to 7E02AF Job Menu: Dragon Knight 7E02B0 to 7E02B7 Job Menu: Ninja 7E02B8 to 7E02BF Job Menu: Samurai 7E02C0 to 7E02C7 Job Menu: Berserker 7E02C8 to 7E02CF Job Menu: Hunter 7E02D0 to 7E02D7 Job Menu: Mystic Knight 7E02D8 to 7E02DF Job Menu: White Mage 7E02E0 to 7E02E7 Job Menu: Black Mage 7E02E8 to 7E02EF Job Menu: Time Mage 7E02F0 to 7E02F7 Job Menu: Summoner 7E02F8 to 7E02FF Job Menu: Blue Mage 7E0300 to 7E0307 Job Menu: Red Mage 7E0308 to 7E030F Job Menu: Trainer 7E0310 to 7E0317 Job Menu: Chemist 7E0318 to 7E031F Job Menu: Geomancer 7E0320 to 7E0327 Job Menu: Bard 7E0328 to 7E032F Job Menu: Dancer 7E0330 to 7E0337 Job Menu: Mimic 7E0338 to 7E033F Job Menu: Normal 7E0340 to 7E0343 Dark part of selected Character 7E0344 to 7E0347 7E0348 to 7E034F Selected character 7E0350 to 7E0353 7E0354 to 7E0357 7E0358 to 7E035F 7E0360 to 7E0363 Job Menu: Job Master's Star (Knight) 7E0364 to 7E0367 Job Menu: Job Master's Star (Monk) 7E0368 to 7E036B Job Menu: Job Master's Star (Thief) 7E036C to 7E036F Job Menu: Job Master's Star (Dragon Knight) 7E0370 to 7E0373 Job Menu: Job Master's Star (Ninja) 7E0374 to 7E0377 Job Menu: Job Master's Star (Samurai) 7E0378 to 7E037B Job Menu: Job Master's Star (Berserker) 7E037C to 7E037F Job Menu: Job Master's Star (Hunter) 7E0380 to 7E0383 Job Menu: Job Master's Star (Mystic Knight) 7E0384 to 7E0387 Job Menu: Job Master's Star (White Mage) 7E0388 to 7E038B Job Menu: Job Master's Star (Black Mage) 7E038C to 7E038F Job Menu: Job Master's Star (Time Mage) 7E0390 to 7E0393 Job Menu: Job Master's Star (Summoner) 7E0394 to 7E0397 Job Menu: Job Master's Star (Blue Mage) 7E0398 to 7E039B Job Menu: Job Master's Star (Red Mage) 7E039C to 7E039F Job Menu: Job Master's Star (Trainer) 7E03A0 to 7E03A3 Job Menu: Job Master's Star (Chemist) 7E03A4 to 7E03A7 Job Menu: Job Master's Star (Geomancer) 7E03A8 to 7E03AB Job Menu: Job Master's Star (Bard) 7E03AC to 7E03AF Job Menu: Job Master's Star (Dancer) 7E03B0 to 7E03B3 Job Menu: Job Master's Star (Mimic) 7E03B4 to 7E03B7 Job Menu: Job Master's Star (Normal) 7E03B8 to 7E03FF 7E0424 XX Related with Message Speed? 7E042D XX 1st player command cursor position 7E042E XX 2nd player command cursor position 7E042F XX 3rd player command cursor position 7E0430 XX 4th player command cursor position 00 - command 1 (Up) 01 - command 2 (Left) 02 - command 3 (Right) 03 - command 4 (Down) 7E0481 XX Magic Menu battle position? (Jikku) 7E0485 XX Magic Menu battle row? 7E04F0 XXXX Enemy Group Modifier 4.14 7E04F2 XX Arena Modifier 4.12 7E0500 XX 1st Player (Character) 5.1 7E0501 XX 1st Player Job 4.8 7E0502 XX 1st Player Level 2.0 7E0503 XXXXXX 1st Player Exp. 2.0 7E0506 XXXX 1st Player Current Hp 2.0 7E0508 XXXX 1st Player Max Hp 2.0 7E050A XXXX 1st Player Current Mp 2.0 7E050C XXXX 1st Player Max Mp 2.0 7E050E XX 1st Player Head equipment modifier 4.2 7E050F XX 1st Player Body equipment modifier 4.2 7E0510 XX 1st Player Accessory equipment modifier 4.2 7E0511 XX 1st Player Right Hand Shield equipment modifier 4.2 7E0512 XX 1st Player Left Hand Shield equipment modifier 4.2 7E0513 XX 1st Player Right Hand Weapon equipment modifier 4.2 7E0514 XX 1st Player Left Hand Weapon equipment modifier 4.2 7E0515 XX 1st Player Caught Monster modifier (World) 4.13 7E0516 XX 1st Player Battle Command 1 (Up) modifier 4.9 7E0517 XX 1st Player Battle Command 2 (Left) modifier 4.9 7E0518 XX 1st Player Battle Command 3 (Right) modifier 4.9 7E0519 XX 1st Player Battle Command 4 (Down) modifier 4.9 7E051A XX 1st Player Status (World - Curable) 3.1a 7E051B XX 1st Player Status (World - Temporary) 3.1b 7E051C XX 1st Player Status (World - Dispellable) 3.1c 7E051D XX 1st Player Status (World - Permanent) 3.1d 7E051E XX 1st Player Action Flags 3.6 7E051F XX 1st Player Damage Modifier 3.8 7E0520 XXXX 1st Player Innate Abilities 3.11 7E0522 XX 1st Player Magic Element Up 3.2 7E0523 XX 1st Player Equip Weight 2.0 7E0524 XX 1st Player Base Strength 2.0 7E0525 XX 1st Player Base Agility 2.0 7E0526 XX 1st Player Base Stamina 2.0 7E0527 XX 1st Player Base Magic Power 2.0 7E0528 XX 1st Player Current Strength (Equipment) 2.0 7E0529 XX 1st Player Current Agility (Equipment) 2.0 7E052A XX 1st Player Current Stamina (Equipment) 2.0 7E052B XX 1st Player Current Magic (Equipment) 2.0 7E052C XX 1st Player Evade% 2.0 7E052D XX 1st Player Defense 2.0 7E052E XX 1st Player Magic Evade% 2.0 7E052F XX 1st Player Magic Defense 2.0 7E0530 XX 1st Player Elemental Absorb 3.2 7E0531 XX 1st Player Elemental Evasion 3.2 7E0532 XX 1st Player Elemental Immunity 3.2 7E0533 XX 1st Player Elemental Half 3.2 7E0534 XX 1st Player Elemental Weakness 3.2 7E0535 XX 1st Player Status Immunity (Curable) 3.1a 7E0536 XX 1st Player Status Immunity (Temporary) 3.1b 7E0537 XX 1st Player Status Immunity (Dispellable) 3.1c 7E0538 XX 1st Player Weapon Specialty 3.10 7E0539 XX 1st Player Equipment Specialty 3.12 7E053A XX 1st Player Job Level 2.0 7E053B XXXX 1st Player ABP 2.0 7E053D XX 1st Player Magic Enabler (White / Sword) 7E053E XX 1st Player Magic Enabler (Time / Black) 7E053F XX 1st Player Magic Enabler (Summoner) 7E0540 XXXXXXXX 1st Player Equipment category 3.13 7E0544 XXXX 1st Player Attack 2.0 7E0546 XX 7E0547 XX 7E0548 XX 7E0549 XX 7E054A XX 1st Player Freelancer Strength? 2.0 7E054B XX 1st Player Freelancer Agility? 2.0 7E054C XX 1st Player Freelancer Stamina? 2.0 7E054D XX 1st Player Freelancer Magic? 2.0 7E054E XXXX 1st Player Freelancer Innate Abilities? 3.11 7E0550 XX 2nd Player (Character) 5.1 7E0551 XX 2nd Player Job 4.8 7E0552 XX 2nd Player Level 2.0 7E0553 XXXXXX 2nd Player Exp. 2.0 7E0556 XXXX 2nd Player Current Hp 2.0 7E0558 XXXX 2nd Player Max Hp 2.0 7E055A XXXX 2nd Player Current Mp 2.0 7E055C XXXX 2nd Player Max Mp 2.0 7E055E XX 2nd Player Head equipment modifier 4.2 7E055F XX 2nd Player Body equipment modifier 4.2 7E0560 XX 2nd Player Accessory equipment modifier 4.2 7E0561 XX 2nd Player Right Hand Shield modifier 4.2 7E0562 XX 2nd Player Left Hand Shield modifier 4.2 7E0563 XX 2nd Player Right Hand Weapon equipment modifier 4.2 7E0564 XX 2nd Player Left Hand Weapon equipment modifier 4.2 7E0565 XX 2nd Player Caught Monster Modifier (World) 4.13 7E0566 XX 2nd Player Battle Command 1 (Up) modifier 4.9 7E0567 XX 2nd Player Battle Command 2 (Left) modifier 4.9 7E0568 XX 2nd Player Battle Command 3 (Right) modifier 4.9 7E0569 XX 2nd Player Battle Command 4 (Down) modifier 4.9 7E056A XX 2nd Player Status (World - curable) 3.1a 7E0570 XXXX 2nd Player Innate Abilities 3.11 7E0572 XX 2nd Player Magic Element Up 3.2 7E0573 XX 2nd Player Equip Weight 2.0 7E0574 XX 2nd Player Base Strength 2.0 7E0575 XX 2nd Player Base Agility 2.0 7E0576 XX 2nd Player Base Stamina 2.0 7E0577 XX 2nd Player Base Magic Power 2.0 7E0578 XX 2nd Player Current Strength 2.0 7E0579 XX 2nd Player Current Agility 2.0 7E057A XX 2nd Player Current Stamina 2.0 7E057B XX 2nd Player Current Magic 2.0 7E057C XX 2nd Player Evade% 2.0 7E057D XX 2nd Player Defense 2.0 7E057E XX 2nd Player Magic Evade% 2.0 7E057F XX 2nd Player Magic Defense 2.0 7E0580 XX 2nd Player Elemental Absorb 3.2 7E0582 XX 2nd Player Elemental Immunity 3.2 7E0583 XX 2nd Player Elemental Half 3.2 7E0584 XX 2nd Player Elemental Weakness 3.2 7E0588 XX 2nd Player Weapon Specialty 3.10 7E0589 XX 2nd Player Equipment Specialty 3.12 7E058A XX 2nd Player Job Level 2.0 7E058B XXXX 2nd Player ABP 2.0 7E0590 XXXXXXXX 2nd Player equipment category 3.13 7E0594 XXXX 2nd Player Attack 2.0 7E05A0 XX 3rd Player (Character) 5.1 7E05A1 XX 3rd Player Job 4.8 7E05A2 XX 3rd Player Level 2.0 7E05A3 XXXXXX 3rd Player Exp. 2.0 7E05A6 XXXX 3rd Player Current Hp 2.0 7E05A8 XXXX 3rd Player Max Hp 2.0 7E05AA XXXX 3rd Player Current Mp 2.0 7E05AC XXXX 3rd Player Max Mp 2.0 7E05AE XX 3rd Player Head equipment modifier 4.2 7E05AF XX 3rd Player Body equipment modifier 4.2 7E05B0 XX 3rd Player Accessory equipment modifier 4.2 7E05B1 XX 3rd Player Right Hand Shield modifier 4.2 7E05B2 XX 3rd Player Left Hand Shield modifier 4.2 7E05B3 XX 3rd Player Right Hand Weapon equipment modifier 4.2 7E05B4 XX 3rd Player Left Hand Weapon equipment modifier 4.2 7E05B5 XX 3rd Player Caught Monster Modifier (World) 4.13 7E05B6 XX 3rd Player Battle Command 1 (Up) modifier 4.9 7E05B7 XX 3rd Player Battle Command 2 (Left) modifier 4.9 7E05B8 XX 3rd Player Battle Command 3 (Right) modifier 4.9 7E05B9 XX 3rd Player Battle Command 4 (Down) modifier 4.9 7E05BA XX 3rd Player Status (World - curable) 3.1a 7E05C0 XXXX 3rd Player Innate Abilities 3.11 7E05C2 XX 3rd Player Magic Element Up 3.2 7E05C3 XX 3rd Player Equip Weight 2.0 7E05C4 XX 3rd Player Base Strength 2.0 7E05C5 XX 3rd Player Base Agility 2.0 7E05C6 XX 3rd Player Base Stamina 2.0 7E05C7 XX 3rd Player Base Magic Power 2.0 7E05C8 XX 3rd Player Current Strength 2.0 7E05C9 XX 3rd Player Current Agility 2.0 7E05CA XX 3rd Player Current Stamina 2.0 7E05CB XX 3rd Player Current Magic 2.0 7E05CC XX 3rd Player Evade% 2.0 7E05CD XX 3rd Player Defense 2.0 7E05CE XX 3rd Player Magic Evade% 2.0 7E05CF XX 3rd Player Magic Defense 2.0 7E05D0 XX 3rd Player Elemental Absorb 3.2 7E05D2 XX 3rd Player Elemental Immunity 3.2 7E05D3 XX 3rd Player Elemental Half 3.2 7E05D4 XX 3rd Player Elemental Weakness 3.2 7E05D8 XX 3rd Player Weapon Specialty 3.10 7E05D9 XX 3rd Player Equipment Specialty 3.12 7E05DA XX 3rd Player Job Level 2.0 7E05DB XXXX 3rd Player ABP 2.0 7E05E0 XXXXXXXX 3rd Player equipment category 3.13 7E05E4 XXXX 3rd Player Attack 2.0 7E05F0 XX 4th Player (Character) 5.1 7E05F1 XX 4th Player Job 4.8 7E05F2 XX 4th Player Level 2.0 7E05F3 XXXXXX 4th Player Exp. 2.0 7E05F6 XXXX 4th Player Current Hp 2.0 7E05F8 XXXX 4th Player Max Hp 2.0 7E05FA XXXX 4th Player Current Mp 2.0 7E05FC XXXX 4th Player Max Mp 2.0 7E05FE XX 4th Player Head equipment modifier 4.2 7E05FF XX 4th Player Body equipment modifier 4.2 7E0600 XX 4th Player Accessory equipment modifier 4.2 7E0601 XX 4th Player Right Hand Shield modifier 4.2 7E0602 XX 4th Player Left Hand Shield modifier 4.2 7E0603 XX 4th Player Right Hand Weapon equipment modifier 4.2 7E0604 XX 4th Player Left Hand Weapon equipment modifier 4.2 7E0605 XX 4th Player Caught Monster Modifier (World) 4.13 7E0606 XX 4th Player Battle Command 1 (Up) modifier 4.9 7E0607 XX 4th Player Battle Command 2 (Left) modifier 4.9 7E0608 XX 4th Player Battle Command 3 (Right) modifier 4.9 7E0609 XX 4th Player Battle Command 4 (Down) modifier 4.9 7E060A XX 4th Player Status (World - curable) 3.1a 7E0610 XXXX 4th Player Innate Abilities 3.11 7E0612 XX 4th Player Magic Element Up 3.2 7E0613 XX 4th Player Equip Weight 2.0 7E0614 XX 4th Player Base Strength 2.0 7E0615 XX 4th Player Base Agility 2.0 7E0616 XX 4th Player Base Stamina 2.0 7E0617 XX 4th Player Base Magic Power 2.0 7E0618 XX 4th Player Current Strength 2.0 7E0619 XX 4th Player Current Agility 2.0 7E061A XX 4th Player Current Stamina 2.0 7E061B XX 4th Player Current Magic 2.0 7E061C XX 4th Player Evade% 2.0 7E061D XX 4th Player Defense 2.0 7E051E XX 4th Player Magic Evade% 2.0 7E061F XX 4th Player Magic Defense 2.0 7E0620 XX 4th Player Elemental Absorb 3.2 7E0622 XX 4th Player Elemental Immunity 3.2 7E0623 XX 4th Player Elemental Half 3.2 7E0624 XX 4th Player Elemental Weakness 3.2 7E0628 XX 4th Player Weapon Specialty 3.10 7E0629 XX 4th Player Equipment Specialty 3.12 7E062A XX 4th Player Job Level 2.0 7E062B XXXX 4th Player ABP 2.0 7E0630 XXXXXXXX 4th Player equipment category 3.13 7E0634 XXXX 4th Player Attack 2.0 7E0640 XX Item Menu ID - 1st slot, left 4.2 7E0641 XX Item Menu ID - 1st slot, right 4.2 7E0642 XX Item Menu ID - 2nd slot, left 4.2 7E0643 XX Item Menu ID - 2nd slot, right 4.2 7E0644 XX Item Menu ID - 3rd slot, left 4.2 7E0645 XX Item Menu ID - 3rd slot, right 4.2 7E0646 XX Item Menu ID - 4th slot, left 4.2 7E0647 XX Item Menu ID - 4th slot, right 4.2 7E0648 XX Item Menu ID - 5th slot, left 4.2 7E0649 XX Item Menu ID - 5th slot, right 4.2 7E064A XX Item Menu ID - 6th slot, left 4.2 7E064B XX Item Menu ID - 6th slot, right 4.2 7E064C XX Item Menu ID - 7th slot, left 4.2 7E064D XX Item Menu ID - 7th slot, right 4.2 7E064E XX Item Menu ID - 8th slot, left 4.2 7E064F XX Item Menu ID - 8th slot, right 4.2 7E0650 XX Item Menu ID - 9th slot, left 4.2 7E0651 XX Item Menu ID - 9th slot, right 4.2 7E0652 XX Item Menu ID - 10th slot, left 4.2 7E0653 XX Item Menu ID - 10th slot, right 4.2 7E0654 XX Item Menu ID - 11th slot, left 4.2 7E0655 XX Item Menu ID - 11th slot, right 4.2 7E0656 XX Item Menu ID - 12th slot, left 4.2 7E0657 XX Item Menu ID - 12th slot, right 4.2 7E0658 XX Item Menu ID - 13th slot, left 4.2 7E0659 XX Item Menu ID - 13th slot, right 4.2 7E065A XX Item Menu ID - 14th slot, left 4.2 7E065B XX Item Menu ID - 14th slot, right 4.2 7E065C XX Item Menu ID - 15th slot, left 4.2 7E065D XX Item Menu ID - 15th slot, right 4.2 7E065E XX Item Menu ID - 16th slot, left 4.2 7E065F XX Item Menu ID - 16th slot, right 4.2 7E0660 XX Item Menu ID - 17th slot, left 4.2 7E0661 XX Item Menu ID - 17th slot, right 4.2 7E0662 XX Item Menu ID - 18th slot, left 4.2 7E0663 XX Item Menu ID - 18th slot, right 4.2 7E0664 XX Item Menu ID - 19th slot, left 4.2 7E0665 XX Item Menu ID - 19th slot, right 4.2 7E0666 XX Item Menu ID - 20th slot, left 4.2 7E0667 XX Item Menu ID - 20th slot, right 4.2 7E0668 XX Item Menu ID - 21th slot, left 4.2 7E0669 XX Item Menu ID - 21th slot, right 4.2 7E066A XX Item Menu ID - 22th slot, left 4.2 7E066B XX Item Menu ID - 22th slot, right 4.2 7E066C XX Item Menu ID - 23th slot, left 4.2 7E066D XX Item Menu ID - 23th slot, right 4.2 7E066E XX Item Menu ID - 24th slot, left 4.2 7E066F XX Item Menu ID - 24th slot, right 4.2 7E0670 XX Item Menu ID - 25th slot, left 4.2 7E0671 XX Item Menu ID - 25th slot, right 4.2 7E0672 XX Item Menu ID - 26th slot, left 4.2 7E0673 XX Item Menu ID - 26th slot, right 4.2 7E0674 XX Item Menu ID - 27th slot, left 4.2 7E0675 XX Item Menu ID - 27th slot, right 4.2 7E0676 XX Item Menu ID - 28th slot, left 4.2 7E0677 XX Item Menu ID - 28th slot, right 4.2 7E0678 XX Item Menu ID - 29th slot, left 4.2 7E0679 XX Item Menu ID - 29th slot, right 4.2 7E067A XX Item Menu ID - 30th slot, left 4.2 7E067B XX Item Menu ID - 30th slot, right 4.2 7E067C XX Item Menu ID - 31th slot, left 4.2 7E067D XX Item Menu ID - 31th slot, right 4.2 7E067E XX Item Menu ID - 32th slot, left 4.2 7E067F XX Item Menu ID - 32th slot, right 4.2 ... 7E073E XX Item Menu ID - 128th slot, left 4.2 7E073F XX Item Menu ID - 128th slot, right 4.2 7E0740 XX Item Menu Quantity - 1st slot, left 2.0 7E0741 XX Item Menu Quantity - 1st slot, right 2.0 7E0742 XX Item Menu Quantity - 2nd slot, left 2.0 7E0743 XX Item Menu Quantity - 2nd slot, right 2.0 7E0744 XX Item Menu Quantity - 3rd slot, left 2.0 7E0745 XX Item Menu Quantity - 3rd slot, right 2.0 7E0746 XX Item Menu Quantity - 4th slot, left 2.0 7E0747 XX Item Menu Quantity - 4th slot, right 2.0 7E0748 XX Item Menu Quantity - 5th slot, left 2.0 7E0749 XX Item Menu Quantity - 5th slot, right 2.0 7E074A XX Item Menu Quantity - 6th slot, left 2.0 7E074B XX Item Menu Quantity - 6th slot, right 2.0 7E074C XX Item Menu Quantity - 7th slot, left 2.0 7E074D XX Item Menu Quantity - 7th slot, right 2.0 7E074E XX Item Menu Quantity - 8th slot, left 2.0 7E074F XX Item Menu Quantity - 8th slot, right 2.0 7E0750 XX Item Menu Quantity - 9th slot, left 2.0 7E0751 XX Item Menu Quantity - 9th slot, right 2.0 7E0752 XX Item Menu Quantity - 10th slot, left 2.0 7E0753 XX Item Menu Quantity - 10th slot, right 2.0 7E0754 XX Item Menu Quantity - 11th slot, left 2.0 7E0755 XX Item Menu Quantity - 11th slot, right 2.0 7E0756 XX Item Menu Quantity - 12th slot, left 2.0 7E0757 XX Item Menu Quantity - 12th slot, right 2.0 7E0758 XX Item Menu Quantity - 13th slot, left 2.0 7E0759 XX Item Menu Quantity - 13th slot, right 2.0 7E075A XX Item Menu Quantity - 14th slot, left 2.0 7E075B XX Item Menu Quantity - 14th slot, right 2.0 7E075C XX Item Menu Quantity - 15th slot, left 2.0 7E075D XX Item Menu Quantity - 15th slot, right 2.0 7E075E XX Item Menu Quantity - 16th slot, left 2.0 7E075F XX Item Menu Quantity - 16th slot, right 2.0 7E0760 XX Item Menu Quantity - 17th slot, left 2.0 7E0761 XX Item Menu Quantity - 17th slot, right 2.0 7E0762 XX Item Menu Quantity - 18th slot, left 2.0 7E0763 XX Item Menu Quantity - 18th slot, right 2.0 7E0764 XX Item Menu Quantity - 19th slot, left 2.0 7E0765 XX Item Menu Quantity - 19th slot, right 2.0 7E0766 XX Item Menu Quantity - 20th slot, left 2.0 7E0767 XX Item Menu Quantity - 20th slot, right 2.0 7E0768 XX Item Menu Quantity - 21th slot, left 2.0 7E0769 XX Item Menu Quantity - 21th slot, right 2.0 7E076A XX Item Menu Quantity - 22th slot, left 2.0 7E076B XX Item Menu Quantity - 22th slot, right 2.0 7E076C XX Item Menu Quantity - 23th slot, left 2.0 7E076D XX Item Menu Quantity - 23th slot, right 2.0 7E076E XX Item Menu Quantity - 24th slot, left 2.0 7E076F XX Item Menu Quantity - 24th slot, right 2.0 7E0770 XX Item Menu Quantity - 25th slot, left 2.0 7E0771 XX Item Menu Quantity - 25th slot, right 2.0 7E0772 XX Item Menu Quantity - 26th slot, left 2.0 7E0773 XX Item Menu Quantity - 26th slot, right 2.0 7E0774 XX Item Menu Quantity - 27th slot, left 2.0 7E0775 XX Item Menu Quantity - 27th slot, right 2.0 7E0776 XX Item Menu Quantity - 28th slot, left 2.0 7E0777 XX Item Menu Quantity - 28th slot, right 2.0 7E0778 XX Item Menu Quantity - 29th slot, left 2.0 7E0779 XX Item Menu Quantity - 29th slot, right 2.0 7E077A XX Item Menu Quantity - 30th slot, left 2.0 7E077B XX Item Menu Quantity - 30th slot, right 2.0 7E077C XX Item Menu Quantity - 31th slot, left 2.0 7E077D XX Item Menu Quantity - 31th slot, right 2.0 7E077E XX Item Menu Quantity - 32th slot, left 2.0 7E077F XX Item Menu Quantity - 32th slot, right 2.0 ... 7E083E XX Item Menu Quantity - 128th slot, left 2.0 7E083F XX Item Menu Quantity - 128th slot, right 2.0 7E0840 XXXXXX Unlocked Job List +--------------+--------------+--------------+ | 7E0840 | 7E0841 | 7E0842 | +--+--------------+--------------+--------------+ |01| Hunter | Mediator | ------------ | |02| Berserker | Red Mage | ------------ | |04| Samurai | Blue Mage | Freelancer | |08| Ninja | Summoner | Mimic | |10| Dragoon | Time Mage | Dancer | |20| Thief | Black Mage | Bard | |40| Monk | White Mage | Geomancer | |80| Knight | Mystic Knight| Chemist | +--+--------------+--------------+--------------+ 7E0843 XXXX 1st Player Menu - Knight Lv + ABP (Job Level = bit 12-15, ABP = bit 0-11) 7E0845 XXXX 1st Player Menu - Monk Lv + ABP 7E0847 XXXX 1st Player Menu - Thief Lv + ABP 7E0849 XXXX 1st Player Menu - Dragoon Lv + ABP 7E084B XXXX 1st Player Menu - Ninja Lv + ABP 7E084D XXXX 1st Player Menu - Samurai Lv + ABP 7E084F XXXX 1st Player Menu - Berserker Lv + ABP 7E0851 XXXX 1st Player Menu - Hunter Lv + ABP 7E0853 XXXX 1st Player Menu - Mystic Knight Lv + ABP 7E0855 XXXX 1st Player Menu - White Mage Lv + ABP 7E0857 XXXX 1st Player Menu - Black Mage Lv + ABP 7E0859 XXXX 1st Player Menu - Time Mage Lv + ABP 7E085B XXXX 1st Player Menu - Summoner Lv + ABP 7E085D XXXX 1st Player Menu - Blue Mage Lv + ABP 7E085F XXXX 1st Player Menu - Red Mage Lv + ABP 7E0861 XXXX 1st Player Menu - Mediator Lv + ABP 7E0863 XXXX 1st Player Menu - Chemist Lv + ABP 7E0865 XXXX 1st Player Menu - Geomancer Lv + ABP 7E0867 XXXX 1st Player Menu - Bard Lv + ABP 7E0869 XXXX 1st Player Menu - Dancer Lv + ABP 7E086B XXXX 1st Player Menu - Mimic Lv + ABP 7E086D XXXX 1st Player Menu - Freelancer Lv + ABP (useless) 7E086F XXXX 2nd Player Menu - Knight Lv + ABP (Job Level = bit 12-15, ABP = bit 0-11) 7E0871 XXXX 2nd Player Menu - Monk Lv + ABP 7E0873 XXXX 2nd Player Menu - Thief Lv + ABP 7E0875 XXXX 2nd Player Menu - Dragoon Lv + ABP 7E0877 XXXX 2nd Player Menu - Ninja Lv + ABP 7E0879 XXXX 2nd Player Menu - Samurai Lv + ABP 7E087B XXXX 2nd Player Menu - Berserker Lv + ABP 7E087D XXXX 2nd Player Menu - Hunter Lv + ABP 7E087F XXXX 2nd Player Menu - Mystic Knight Lv + ABP 7E0881 XXXX 2nd Player Menu - White Mage Lv + ABP 7E0883 XXXX 2nd Player Menu - Black Mage Lv + ABP 7E0885 XXXX 2nd Player Menu - Time Mage Lv + ABP 7E0887 XXXX 2nd Player Menu - Summoner Lv + ABP 7E0889 XXXX 2nd Player Menu - Blue Mage Lv + ABP 7E088B XXXX 2nd Player Menu - Red Mage Lv + ABP 7E088D XXXX 2nd Player Menu - Mediator Lv + ABP 7E088F XXXX 2nd Player Menu - Chemist Lv + ABP 7E0891 XXXX 2nd Player Menu - Geomancer Lv + ABP 7E0893 XXXX 2nd Player Menu - Bard Lv + ABP 7E0895 XXXX 2nd Player Menu - Dancer Lv + ABP 7E0897 XXXX 2nd Player Menu - Mimic Lv + ABP 7E0899 XXXX 2nd Player Menu - Freelancer Lv + ABP (useless) 7E089B XXXX 3rd Player Menu - Knight Lv + ABP (Job Level = bit 12-15, ABP = bit 0-11) 7E089D XXXX 3rd Player Menu - Monk Lv + ABP 7E089F XXXX 3rd Player Menu - Thief Lv + ABP 7E08A1 XXXX 3rd Player Menu - Dragoon Lv + ABP 7E08A3 XXXX 3rd Player Menu - Ninja Lv + ABP 7E08A5 XXXX 3rd Player Menu - Samurai Lv + ABP 7E08A7 XXXX 3rd Player Menu - Berserker Lv + ABP 7E08A9 XXXX 3rd Player Menu - Hunter Lv + ABP 7E08AB XXXX 3rd Player Menu - Mystic Knight Lv + ABP 7E08AD XXXX 3rd Player Menu - White Mage Lv + ABP 7E08AF XXXX 3rd Player Menu - Black Mage Lv + ABP 7E08B1 XXXX 3rd Player Menu - Time Mage Lv + ABP 7E08B3 XXXX 3rd Player Menu - Summoner Lv + ABP 7E08B5 XXXX 3rd Player Menu - Blue Mage Lv + ABP 7E08B7 XXXX 3rd Player Menu - Red Mage Lv + ABP 7E08B9 XXXX 3rd Player Menu - Mediator Lv + ABP 7E08BB XXXX 3rd Player Menu - Chemist Lv + ABP 7E08BD XXXX 3rd Player Menu - Geomancer Lv + ABP 7E08BF XXXX 3rd Player Menu - Bard Lv + ABP 7E08C1 XXXX 3rd Player Menu - Dancer Lv + ABP 7E08C3 XXXX 3rd Player Menu - Mimic Lv + ABP 7E08C5 XXXX 3rd Player Menu - Freelancer Lv + ABP (useless) 7E08C7 XXXX 4th Player Menu - Knight Lv + ABP (Job Level = bit 12-15, ABP = bit 0-11) 7E08C9 XXXX 4th Player Menu - Monk Lv + ABP 7E08CB XXXX 4th Player Menu - Thief Lv + ABP 7E08CD XXXX 4th Player Menu - Dragoon Lv + ABP 7E08CF XXXX 4th Player Menu - Ninja Lv + ABP 7E08D1 XXXX 4th Player Menu - Samurai Lv + ABP 7E08D3 XXXX 4th Player Menu - Berserker Lv + ABP 7E08D5 XXXX 4th Player Menu - Hunter Lv + ABP 7E08D7 XXXX 4th Player Menu - Mystic Knight Lv + ABP 7E08D9 XXXX 4th Player Menu - White Mage Lv + ABP 7E08DB XXXX 4th Player Menu - Black Mage Lv + ABP 7E08DD XXXX 4th Player Menu - Time Mage Lv + ABP 7E08DF XXXX 4th Player Menu - Summoner Lv + ABP 7E08E1 XXXX 4th Player Menu - Blue Mage Lv + ABP 7E08E3 XXXX 4th Player Menu - Red Mage Lv + ABP 7E08E5 XXXX 4th Player Menu - Mediator Lv + ABP 7E08E7 XXXX 4th Player Menu - Chemist Lv + ABP 7E08E9 XXXX 4th Player Menu - Geomancer Lv + ABP 7E08EB XXXX 4th Player Menu - Bard Lv + ABP 7E08ED XXXX 4th Player Menu - Dancer Lv + ABP 7E08EF XXXX 4th Player Menu - Mimic Lv + ABP 7E08F1 XXXX 4th Player Menu - Freelancer Lv + ABP (useless) 7E08F3 XX Butz # of Abilities 2.0 7E08F4 XX Lenna # of Abilities 2.0 7E08F5 XX Galuf/Krile # of Abilities 2.0 7E08F6 XX Faris # of Abilities 2.0 7E08F7 XXXXXXXX Butz Abilities Inventory 3.14 7E08FB XXXXXXXX Butz Abilities Inventory 3.14 7E08FF XXXXXXXX Butz Abilities Inventory 3.14 7E0903 XXXXXXXX Butz Abilities Inventory 3.14 7E0907 XXXXXXXX Butz Abilities Inventory 3.14 7E090B XXXXXXXX Lenna Abilities Inventory 3.14 7E090F XXXXXXXX Lenna Abilities Inventory 3.14 7E0913 XXXXXXXX Lenna Abilities Inventory 3.14 7E0917 XXXXXXXX Lenna Abilities Inventory 3.14 7E091B XXXXXXXX Lenna Abilities Inventory 3.14 7E091F XXXXXXXX Galuf/Krile Abilities Inventory 3.14 7E0923 XXXXXXXX Galuf/Krile Abilities Inventory 3.14 7E0927 XXXXXXXX Galuf/Krile Abilities Inventory 3.14 7E092B XXXXXXXX Galuf/Krile Abilities Inventory 3.14 7E092F XXXXXXXX Galuf/Krile Abilities Inventory 3.14 7E0933 XXXXXXXX Faris Abilities Inventory 3.14 7E0937 XXXXXXXX Faris Abilities Inventory 3.14 7E093B XXXXXXXX Faris Abilities Inventory 3.14 7E093F XXXXXXXX Faris Abilities Inventory 3.14 7E0943 XXXXXXXX Faris Abilities Inventory 3.14 7E0947 XXXXXX Money (Gil) 2.0 7E094A XXXXXXXX Time Playing (In Frames) 2.0 7E094E XXXX # of Monsters Slain 2.0 7E0950 XXXXXXXX Magic list 7E0954 XXXXXXXX Magic list (cont.) 7E0958 XXXXXXXX Magic list (cont.) +---+-----------------+-----------------+-----------------+-----------------+ |Hex| 7E0950 | 7E0951 | 7E0952 | 7E0953 | +---+-----------------+-----------------+-----------------+-----------------+ | 80| Sword - Fire | Sword - Bolt2 | Sword - Flare | White - Cure2 | | 40| Sword - Ice | Sword - Drain | Sword - Psych | White - Life | | 20| Sword - Bolt | Sword - Break | White - Cure | White - Charm | | 10| Sword - Venom | Sword - Bio | White - Scan | White - Image | | 08| Sword - Mute | Sword - Fire3 | White - Antdt | White - Shell | | 04| Sword - Sleep | Sword - Ice 3 | White - Mute | White - Heal | | 02| Sword - Fire2 | Sword - Bolt3 | White - Armor | White - Cure3 | | 01| Sword - Ice 2 | Sword - Holy | White - Size | White - Wall | +---+-----------------+-----------------+-----------------+-----------------+ |Hex| 7E0954 | 7E0955 | 7E0956 | 7E0957 | +---+-----------------+-----------------+-----------------+-----------------+ | 80| White - Bersk | Black - Sleep | Black - Fire3 | Time - Regen | | 40| White - Life2 | Black - Toad | Black - Ice 3 | Time - Void | | 20| White - Holy | Black - Fire2 | Black - Bolt3 | Time - Haste | | 10| White - Dispel | Black - Ice 2 | Black - Flare | Time - Float | | 08| Black - Fire | Black - Bolt2 | Black - Doom | Time - Demi | | 04| Black - Ice | Black - Drain | Black - Psych | Time - Stop | | 02| Black - Bolt | Black - Break | Time - Drag | Time - Exit | | 01| Black - Venom | Black - Bio | Time - Slow | Time - Comet | +---+-----------------+-----------------+-----------------+-----------------+ |Hex| 7E0958 | 7E0959 | 7E095A | 7E095B | +---+-----------------+-----------------+-----------------+-----------------+ | 80| Time - Slow2 | Esper - Chocob | Esper - Shoat | Song - Speed | | 40| Time - Reset | Esper - Sylph | Esper - Crbnkl | Song - Vitality | | 20| Time - Qrter | Esper - Remora | Esper - Syldra | Song - Magic | | 10| Time - Hast2 | Esper - Shiva | Esper - Odin | Song - Hero | | 08| Time - Old | Esper - Ramuh | Esper - Phenix | Song - Requiem | | 04| Time - Meteo | Esper - Ifrit | Esper - Levia | Song - Love | | 02| Time - Quick | Esper - Titan | Esper - Bahmut | Song - Charm | | 01| Time - Xzone | Esper - Golem | Song - Power | | +---+-----------------+-----------------+-----------------+-----------------+ 7E095C XXXXXXXX 7E0960 XXXXXXXX Magic list (cont.) +---+-----------------+-----------------+-----------------+-----------------+ |Hex| 7E0960 | 7E0961 | 7E0962 | 7E0963 | +---+-----------------+-----------------+-----------------+-----------------+ | 80| | Blue - L3 Flare | Blue - Aero 2 | Blue - Vampire | | 40| | Blue - FrogSong | Blue - Aero 3 | Blue - Hammer | | 20| Blue - Condemn | Blue - TinySong | Blue - Emission | Blue - MghtyGrd | | 10| Blue - Roulette | Blue - Flash | Blue - GblinPnch| Blue - Exploder | | 08| Blue - AquaRake | Blue - Time Slip| Blue - DrkShock | Blue - ???? | | 04| Blue - L5 Doom | Blue - MoonFlut | Blue - GuardOff | Blue - Blowfish | | 02| Blue - L4 Qrter | Blue - DethClaw | Blue - Fusion | Blue - WhiteWind| | 01| Blue - L2 Old | Blue - Aero | Blue - MindBlst | Blue - Missile | +---+-----------------+-----------------+-----------------+-----------------+ 7E0964 to 7E096F 7E0970 XX Config settings - part 1 01 - 07 Battle Speed X (1 - *8) +08 Battle Mode (Active/Wait) 10 - 70 Message Speed X (1 - *8) +80 Command Set (Window/Short) 7E0971 XXXX Config settings - part 4 (Color) 0001 - 001F Red (x01) 0020 - 03E0 Green (x20) 0400 - 7C00 Blue (x400) 7E0973 XX Config settings - part 2 01 - Re-equip (Optimum/Empty) 02 - Sound (Stereo/Mono) 04 - Cursor (Reset/Memory) 80 - Gauge (On/Off) 7E0974 XX Config settings - part 3 40 - Controller (Normal/Custom) 80 - Controller (Single/Multi) 7E0975 XX Button Configure - A 7E0976 XX Button Configure - B 7E0977 XX Button Configure - X 7E0978 XX Button Configure - Y 7E0979 XX Button Configure - L 7E097A XX Button Configure - R 7E097B XX Button Configure - Select 01 - n/u? 02 - n/u? 04 - Defend 08 - Row 10 - Map 20 - Menu 40 - Undo 80 - Act 7E097C XX Two Player Configure - Character 1 (1P/2P) 1.0 7E097D XX Two Player Configure - Character 2 (1P/2P) 1.0 7E097E XX Two Player Configure - Character 3 (1P/2P) 1.0 7E097F XX Two Player Configure - Character 4 (1P/2P) 1.0 7E0980 XXXXXXXX 1st Player - Short Command settings * 7E0984 XXXXXXXX 2nd Player - Short Command settings * 7E0988 XXXXXXXX 3rd Player - Short Command settings * 7E098C XXXXXXXX 4th Player - Short Command settings * 7E0990 XX Butz name (1st character) 4.1 7E0991 XX Butz name (2nd character) 4.1 7E0992 XX Butz name (3rd character) 4.1 7E0993 XX Butz name (4th character) 4.1 7E0994 XX Butz name (5th character) 4.1 7E0995 XX Butz name (6th character) 4.1 7E0996 XX Lenna name (1st character) 4.1 7E0997 XX Lenna name (2nd character) 4.1 7E0998 XX Lenna name (3rd character) 4.1 7E0999 XX Lenna name (4th character) 4.1 7E099A XX Lenna name (5th character) 4.1 7E099B XX Lenna name (6th character) 4.1 7E099C XX Galuf name (1st character) 4.1 7E099D XX Galuf name (2nd character) 4.1 7E099E XX Galuf name (3rd character) 4.1 7E099F XX Galuf name (4th character) 4.1 7E09A0 XX Galuf name (5th character) 4.1 7E09A1 XX Galuf name (6th character) 4.1 7E09A2 XX Faris name (1st character) 4.1 7E09A3 XX Faris name (2nd character) 4.1 7E09A4 XX Faris name (3rd character) 4.1 7E09A5 XX Faris name (4th character) 4.1 7E09A6 XX Faris name (5th character) 4.1 7E09A7 XX Faris name (6th character) 4.1 7E09A8 XX Krile name (1st character) 4.1 7E09A9 XX Krile name (2nd character) 4.1 7E09AA XX Krile name (3rd character) 4.1 7E09AB XX Krile name (4th character) 4.1 7E09AC XX Krile name (5th character) 4.1 7E09AD XX Krile name (6th character) 4.1 7E09AE to 7E09B3 7E09B4 XX Magic Lamp, next Magic ($7E7C74) 4.4 7E09B5 XX # of Times Escaped from battle ($7E7C75) 2.0 7E09B6 XX Wonder Rod Magic ($7E7C76) 4.4 7E09B7 XX Generic Battle data ($7E7C77) 7E09B8 XX Generic Battle data ($7E7C78) 7E09B9 XX Generic Battle data ($7E7C79) 7E09BA XX Generic Battle data ($7E7C7A) 7E09BB XX Generic Battle data ($7E7C7B) 7E09BC XX Generic Battle data ($7E7C7C) 7E09BD XX Generic Battle data ($7E7C7D) 7E09BE XX Generic Battle data ($7E7C7E) 7E09BF XX Generic Battle data ($7E7C7F) 7E09C0 XXXX # of Total Battles ($7E7C80) 2.0 7E09C2 XXXX # of Times saved ($7E7C82) 2.0 7E09C4 XX Battle Results ($7E7C84) 00 - Victory 01 - Game Over 02 - Escaped 7E09C5 XX Battle Events flags 01 ($7E7C85) +---------------------------------------------------------------------------------+ ENEMY REPLACED BY +---------------------------------------------------------------------------------+ 01 - N/U 02 - N/U 04 - Gilgamesh (Morphed) -> Gilgamesh (Necrophobia) 08 - Sekmet -> BlandLamia 10 - ???? (Golem) -> Likaon x5 20 - Golem + BoneDragon + ZombieDrgn -> Likaon x5 40 - Shoat -> Bold Mani, Land Turtle, Cure Beast 80 - Ramuh -> Mithril Dragon +---------------------------------------------------------------------------------+ 7E09C6 XX Battle Events flags 02 ($7E7C86) 01 - ? 02 - ? 04 - ? 08 - ? 10 - ? 20 - ? 40 - ? 80 - Exdeath (solo battle vs. Galuf) 7E09C7 XX Battle Events flags 03 ($7E7C87) 01 - ? 02 - ? 04 - ? 08 - ? 10 - Faris ??? 20 - Galuf ??? 40 - Lenna ??? 80 - Butz ??? 7E09C8 XX Battle Events flags 04 ($7E7C88) 7E09C9 XX Battle Events flags 05 ($7E7C89) 7E09CA XX Battle Events flags 06 ($7E7C8A) 7E09CB XX Battle Events flags 07 ($7E7C8B) 7E09CC XX Battle Events flags 08 ($7E7C8C) 7E09CD XX Battle Events flags 09 ($7E7C8D) 7E09CE XX Battle Events flags 10 ($7E7C8E) 7E09CF XX Battle Events flags 11 ($7E7C8F) 7E09D0 XX Battle Events flags 12 ($7E7C90) 7E09D1 XX Battle Events flags 13 ($7E7C91) 7E09D2 XX Battle Events flags 14 ($7E7C92) 7E09D3 XX Battle Events flags 15 ($7E7C93) 7E09D4 XXXXXXXX Treasures Opened (For the %) 3.15 7E09D8 XXXXXXXX Treasures Opened (For the %) 3.15 7E09DC XXXXXXXX Treasures Opened (For the %) 3.15 7E09E0 XXXXXXXX Treasures Opened (For the %) 3.15 7E09E4 XXXXXXXX Treasures Opened (For the %) 3.15 7E09E8 XXXXXXXX Treasures Opened (For the %) 3.15 7E09EC XXXXXXXX Treasures Opened (For the %) 3.15 7E09F0 XXXXXXXX Treasures Opened (For the %) 3.15 7E09F4 to 7E0A13 7E0A14 to 7E0A33 Events (Pt. 1) 7E0A34 to 7E0A53 Events (Pt. 2) 7E0A54 to 7E0AD3 Events (Pt. 3) *Copied from $D8/E000 7E0AD4 XXXX Room Modifier (Village/Dungeon) 4.16 7E0AD6 XXXX Room Modifier (World Map) 4.16 7E0AD8 XX Character's Coordinates (Horizontal) 4.16 7E0AD9 YY Character's Coordinates (Vertical) 4.16 7E0ADA XX Character's Sprite 7E0ADB XX Character's Orientation 7E0ADC XX World Map vehicles 4.7 7E0ADD XX Chocobo's Settings (b0-b1 = Mode Switching, b2-b4 = Movement type, b5-b7 = Map no.) 7E0ADE XX Chocobo's Height (MSB=Not appearing) 7E0ADF XX Chocobo's Coordinate X 7E0AE0 XX Chocobo's Coordinate Y 7E0AE1 XX Black Chocobo's Properties? 7E0AE2 XX Black Chocobo's Height (Boardable)? 7E0AE3 XX Black Chocobo's Coordinate X 7E0AE4 XX Black Chocobo's Coordinate Y 7E0AE5 XX Dragon's Properties? 7E0AE6 XX Dragon's Height (Boardable)? 7E0AE7 XX Dragon's Coordinate X 7E0AE8 XX Dragon's Coordinate Y 7E0AE9 XX Submarine's Properties? 7E0AEA XX Submarine's Height (Boardable)? 7E0AEB XX Submarine's Coordinate X 7E0AEC XX Submarine's Coordinate Y 7E0AED XX Steamship's Properties? 7E0AEE XX Steamship's Height (Boardable)? 7E0AEF XX Steamship's Coordinate X 7E0AF0 XX Steamship's Coordinate Y 7E0AF1 XX Airship's Properties? 7E0AF2 XX Airship's Height (Boardable)? 7E0AF3 XX Airship's Coordinate X 7E0AF4 XX Airship's Coordinate Y 7E0AF5 XXXX Teleport's Room modifier 4.16 7E0AF7 XX Teleport's Coordinate X 4.16 7E0AF8 XX Teleport's Coordinate Y 4.16 7E0AF9 XX Initial Seeder when loading file (for stuff like Danger and Random Battle) 7E0AFA XX Walking Speed flags 00 - Normal 01 - Double (Fast) 80 - Half (Slow) 7E0AFB XX Run timer below flag 1.0 7E0AFC XXXX Timed events timer 2.0 7E0AFE XXXX Timed events end? 7E0B00 XX Game State? (Pointed by D-Register) 7E0B06 XXXX Dungeon battle RNG stuff??? 7E0B3E XX World Map RNG??? 7E0B3F XX World Map RNG??? 7E0B4F XX World Map # steps 2.1 7E0B50 XX Random Battle position 2.0 7E0B51 XX Incremented each Game VBlank (cleared in WaitVBlank) 7E0B52 XX Can't walk??? 7E0B53 XX (not in) World Map flag 1.0 7E0B54 XX ? 7E0B55 XX 01 = Start random battle flag 7E0B56 XX Step counter (Immediately resets on world map) 7E0B57 XX message dialog opened flag 1.0 7E0B58 XX event flag? (opening treasure, riding) 7E0B59 XX Loaded map flag? 7E0B5A XX Global random battle disabler flag? 7E0B5B XX ? 7E0B5C XX ? 7E0B5D XX Avoid random battles flag? 7E0B5E XX ? 7E0B5F XX Random Battle seed = 7E0AF9 >> 1 (1 bit right shift) 7E0B60 XX Danger RNG seed = 7E0AF9 7E0B61 XXXX camera (world/dungeon) coord X? 7E0B63 XXXX camera (world/dungeon) coord Y? 7E0B65 XXXX camera (Dungeon only) coord X? 7E0B67 XXXX camera (Dungeon only) coord Y? 7E0BB4 XX Textbox Position? 01 - Top 08 - Bottom 7E0BBA XX Scrolls through the map repeatedly??? 7E0BBC XX Animation?! 7E0BC0 XX Floor Speed? 7E0BCE XXXX Scene number for GameScript Engine 7E0C00 to 7E0DFF Palette CGRAM DMA Buffer (NMI Handler)? 7E0CA2 to 7E0CAB Water Graphics cycle? 7E1088 XX File Saved Coordinates (Horizontal) 4.16 7E1089 XX File Saved Coordinates (Vertical) 4.16 7E10C6 XX ? 7E10FB XX Tile Stuff??? 7E110C XX Map entry [00] - ID (1) 7E110D XX Map entry [01] - ID (2) 7E110E XX Map entry [02] - Location Name pointer 7E110F XX Map entry [03] - ? 7E1110 XX Map entry [04] - Graphic Maths 7E1111 XX Map entry [05] - Tile Property 7E1112 XX Map entry [06] - (MSB) Dungeon Enemy Encounter Flag 7E1113 XX Map entry [07] - ? 7E1114 XX Map entry [08] - Tile Block 7E1115 XX Map entry [09] - Graphics (1) bbaaaaaa ; a: bg1/bg2 graphics 1, b: bg1/bg2 graphics 2 7E1116 XX Map entry [0A] - Graphics (2) ccccbbbb ; c: bg1/bg2 graphics 3, d: bg3 graphics 7E1117 XX Map entry [0B] - Graphics (3) ddddddcc 7E1118 XX Map entry [0C] - TileMap (1) eeeeeeee ; e: bg1 layout 7E1119 XX Map entry [0D] - TileMap (2) ffffffee ; f: bg2 layout 7E111A XX Map entry [0E] - TileMap (3) ggggffff ; g: bg3 layout 7E111B XX Map entry [0F] - TileMap (4) ??gggggg 7E111C XX Map entry [10] - ? 7E111D XX Map entry [11] - ? 7E111E XX Map entry [12] - ? 7E111F XX Map entry [13] - ? 7E1120 XX Map entry [14] - ? 7E1121 XX Map entry [15] - ? (Stored at $1121 used in C0/580E, C0/6D35, C0/6D51, C0/6E7A) 7E1122 XX Map entry [16] - Palette 7E1123 XX Map entry [17] - ? 7E1124 XX Map entry [18] - ? 7E1125 XX Map entry [19] - Music 7E1188 XX ? 7E1478 XX Vehicle's Enabler??? 7E1479 XX Vehicle's Height? 7E147A XX Vehicle's Coordinate X 7E147B XX Vehicle's Coordinate Y 7E16A4 XX # of random battles fought in a screen?! 2.0 7E16A5 XX Dungeon steps? 7E16A7 XX NPC steps? 7E16A8 XXXX Step battle "Danger" meter in World Map 2.1 *7E16AA(8F) Screen goes fuzzy when walking 7E1BF0 0x80 = reserved (if set then its initialized), 0x01 = new text 7E1BFA stores what the game thinks is current text offset, for checking if its changed 7E1BFE stores which index of text we're at for line reading purposes 7E1D00 to 7E1DDD SPC Data (music handler)? *7E1D05(23) BGM?! 4.15 7E1E16 to 7E1E3F UNUSED? 7E1E6C to 7E1EBF UNUSED? 7E1ED6 to 7E1EFF UNUSED? 7E1F00 XX NMI Handler value??? (5C) 7E1F01 XXXXXX NMI Handler ROM location??? (C0/02D1) 7E1F04 XX IRQ Handler value??? (5C) 7E1F05 XXXXXX IRQ Handler ROM location??? (C0/0446) 7E1F08 to 7E1F83 UNUSED? 7E1FFF XX Top of Stack??? 7E2000 to 7E7CD7 Battle variables? 7E2000 XX 1st Player (Battle) 5.1 7E2001 XX 1st Player Job 4.8 7E2002 XX 1st Player Level 2.0 7E2003 XXXXXX 1st Player Exp. 2.0 7E2006 XXXX 1st Player Current Hp 2.0 7E2008 XXXX 1st Player Max Hp 2.0 7E200A XXXX 1st Player Current Mp 2.0 7E200C XXXX 1st Player Max Mp 2.0 7E200E XX 1st Player Head equipment 4.2 7E200F XX 1st Player Body equipment 4.2 7E2010 XX 1st Player Accessory equipment 4.2 7E2011 XX 1st Player Right Hand Shield 4.2 7E2012 XX 1st Player Left Hand Shield 4.2 7E2013 XX 1st Player Right Hand Weapon 4.2 7E2014 XX 1st Player Left Hand Weapon 4.2 7E2015 XX 1st Player Caught Monster 4.13 7E2016 XX 1st Player Battle Command 1 (Up) 4.9 7E2017 XX 1st Player Battle Command 2 (Left) 4.9 7E2018 XX 1st Player Battle Command 3 (Right) 4.9 7E2019 XX 1st Player Battle Command 4 (Down) 4.9 7E201A XX 1st Player Status (Curable) 3.1a 7E201B XX 1st Player Status (Temporary) 3.1b 7E201C XX 1st Player Status (Dispellable) 3.1c 7E201D XX 1st Player Status (Permanent) 3.1d 7E201E XX 1st Player Action Flags 3.6 7E201F XX 1st Player Damage Modifier 3.8 7E2020 XXXX 1st Player Innate Abilities 3.11 7E2022 XX 1st Player Magic Element Up 3.2 7E2023 XX 1st Player Equip Weight 2.0 7E2024 XX 1st Player Base Strength 2.0 7E2025 XX 1st Player Base Agility 2.0 7E2026 XX 1st Player Base Stamina 2.0 7E2027 XX 1st Player Base Magic Power 2.0 7E2028 XX 1st Player Current Strength 2.0 7E2029 XX 1st Player Current Agility 2.0 7E202A XX 1st Player Current Stamina 2.0 7E202B XX 1st Player Current Magic Power 2.0 7E202C XX 1st Player Evade% 2.0 7E202D XX 1st Player Defense 2.0 7E202E XX 1st Player Magic Evade% 2.0 7E202F XX 1st Player Magic Defense 2.0 7E2030 XX 1st Player Elemental Absorb 3.2 7E2031 XX 1st Player Elemental Evasion 3.2 7E2032 XX 1st Player Elemental Immunity 3.2 7E2033 XX 1st Player Elemental Half 3.2 7E2034 XX 1st Player Elemental Weakness 3.2 7E2035 XX 1st Player Status Immunity (Curable) 3.1a 7E2036 XX 1st Player Status Immunity (Temporary) 3.1b 7E2037 XX 1st Player Status Immunity (Dispellable) 3.1c 7E2038 XX 1st Player Weapon Specialty 3.10 7E2039 XX 1st Player Equipment Specialty 3.12 7E203A XX 1st Player Job Level 2.0 7E203B XXXX 1st Player ABP 2.0 7E203D XX 1st Player Magic Enabler #1 (Sword/White) 7E203E XX 1st Player Magic Enabler #2 (Black/Time) 7E203F XX 1st Player Magic Enabler #3 (Summon/Misc) 7E2040 XXXXXXXX 1st Player Equippable Items 3.13 7E2044 XX 1st Player Attack (right hand/Goblin Punch Dmg) 2.0 7E2045 XX 1st Player Attack (left hand/Goblin Punch Dmg) 2.0 7E2046 XX 1st Player Command Counter Attack (1st time)? 7E2047 XX 1st Player Magic Counter Attack (1st time)? 7E2048 XX 1st Player Item Counter Attack (1st time)? 7E2049 XX 1st Player Attack Attribute Counter Attack (1st time)? 7E204A XX 1st Player Attack Category Counter Attack (1st time)? 7E204B XX 1st Player Attack Target Counter Attack (1st time)? 7E204C XX 1st Player Damaged Counter Attack (1st time)? 7E204D XX 1st Player Command Counter Attack (2nd time)? 7E204E XX 1st Player Magic Counter Attack (2nd time)? 7E204F XX 1st Player Item Counter Attack (2nd time)? 7E2050 XX 1st Player Magic Sword Lv1 Element (Fire, Ice, Bolt, Venom) 7E2051 XX 1st Player Magic Sword Lv2 Element (Fire2, Ice2, Bolt2) 7E2052 XX 1st Player Magic Sword Lv3 Element (Fire3, Ice3, Bolt3, Bio, Holy) 7E2053 XX 1st Player Magic Sword Status 1 7E2054 XX 1st Player Magic Sword Status 2 7E2055 XX 1st Player Magic Sword Status 3 (20=MP Drain, 40=HP Drain, 80=Flare) 7E2056 XX 1st Player Action? (Flags) (1st time) 7E2057 XX 1st Player Command used (1st time) 4.9 7E2058 XX 1st Player Cursor Select 1 (Enemy?) (1st time) 7E2059 XX 1st Player Cursor Select 2 (Team?) (1st time) 7E205A XX 1st Player Cursor Select 3 (# of items/magic used?) (1st time) 7E205B XX 1st Player Action? (Flags) (2nd time) 7E205C XX 1st Player Command used (2nd time) 4.9 7E205D XX 1st Player Cursor Select 1 (Enemy?) (2nd time) 7E205E XX 1st Player Cursor Select 2 (Team?) (2nd time) 7E205F XX 1st Player Cursor Select 3 (# of items/magic used?) (2nd time) 7E2060 XX 7E2061 XX 1st Player Acted/Confused? 7E2062 XX 1st Player Monster Attack Modifier 3.8 7E2063 XX 7E2064 XX 1st Player Can't Evade 3.3 7E2065 XX 1st Player Monster Creature Type 3.4 7E2066 XX 1st Player Monster Command Status 3.5 7E2067 XXXX 1st Player "Enemy Exp" 2.0 7E2069 XXXX 1st Player "Enemy Gil" 2.0 7E206B XX 1st Player "Enemy stolen item" flag 7E206C XX 1st Player Right Hand Attack category? 7E206D XX 1st Player Left Hand Attack category? 7E206E XX 1st Player Specialty Properties 3.9 7E206F XX 1st Player Song chanted 3.7 7E2070 XX 1st Player Initial Status 1 (Curable) 3.1a 7E2071 XX 1st Player Initial Status 2 (Temporary) 3.1b 7E2072 XX 1st Player Initial Status 3 (Dispellable) 3.1c 7E2073 XX 1st Player Initial Status 4 (Permanent) 3.1d 7E2074 XX 1st Player Power Song bonus counter (Strength) 7E2075 XX 1st Player Speed Song bonus counter (Speed) 7E2076 XX 1st Player Stamina Song bonus counter 7E2077 XX 1st Player Magic Song bonus counter (Magic Power) 7E2078 XX 1st Player Hero Song bonus counter (Level) 7E2079 XX ($C2/91DC) 7E207A XX 1st Player Magic Sword Attack parameter 1 (FX?) 7E207B XX 1st Player Attack Attribute Counter Attack (2nd time)? 7E207C XX 1st Player Attack Category Counter Attack (2nd time)? 7E207D XX 1st Player Attack Target Counter Attack (2nd time)? 7E207E XX 1st Player Damaged Counter Attack (1st time)? 7E207F XX 1st Player Last Attack? 7E2080 XX 2nd Player (Battle) 5.1 7E2081 XX 2nd Player Job 4.8 7E2082 XX 2nd Player Level 2.0 7E2083 XXXXXX 2nd Player Exp. 2.0 7E2086 XXXX 2nd Player Current Hp 2.0 7E2088 XXXX 2nd Player Max Hp 2.0 7E208A XXXX 2nd Player Current Mp 2.0 7E208C XXXX 2nd Player Max Mp 2.0 7E208E XXXX 2nd Player Head equipment 4.2 7E208F XXXX 2nd Player Body equipment 4.2 7E2090 XXXX 2nd Player Accessory equipment 4.2 7E2091 XXXX 2nd Player Right Hand Shield equipment 4.2 7E2092 XXXX 2nd Player Left Hand Shield equipment 4.2 7E2093 XXXX 2nd Player Right Hand Weapon equipment 4.2 7E2094 XXXX 2nd Player Left Hand Weapon equipment 4.2 7E2095 XX 2nd Player Caught Monster Modifier 4.13 7E2096 XX 2nd Player Battle Command 1 (Up) 4.9 7E2097 XX 2nd Player Battle Command 2 (Left) 4.9 7E2098 XX 2nd Player Battle Command 3 (Right) 4.9 7E2099 XX 2nd Player Battle Command 4 (Down) 4.9 7E209A XX 2nd Player Status (curable) 3.1a 7E209B XX 2nd Player Status (Temporary) 3.1b 7E209C XX 2nd Player Status (Dispellable) 3.1c 7E209D XX 2nd Player Status (Permanent) 3.1d 7E20A0 XXXX 2nd Player Innate Abilities 3.11 7E20A2 XX 2nd Player Magic Element Up 3.2 7E20A3 XX 2nd Player Equip Weight 2.0 7E20A4 XX 2nd Player Base Strength 2.0 7E20A5 XX 2nd Player Base Agility 2.0 7E20A6 XX 2nd Player Base Stamina 2.0 7E20A7 XX 2nd Player Base Magic Power 2.0 7E20A8 XX 2nd Player Current Strength 2.0 7E20A9 XX 2nd Player Current Agility 2.0 7E20AA XX 2nd Player Current Stamina 2.0 7E20AB XX 2nd Player Current Magic Power 2.0 7E20AC XX 2nd Player Evade% 2.0 7E20AD XX 2nd Player Defense 2.0 7E20AE XX 2nd Player Magic Evade% 2.0 7E20AF XX 2nd Player Magic Defense 2.0 7E20B0 XX 2nd Player Elemental Absorb 3.2 7E20B2 XX 2nd Player Elemental Immunity 3.2 7E20B3 XX 2nd Player Elemental Half 3.2 7E20B4 XX 2nd Player Elemental Weakness 3.2 7E20B8 XX 2nd Player Weapon Specialty 3.10 7E20B9 XX 2nd Player Equipment Specialty 3.12 7E20BA XX 2nd Player Job Level 2.0 7E20BB XXXX 2nd Player ABP 2.0 7E20C4 XXXX 2nd Player Attack 2.0 7E20D7 XX 2nd Player Command used 4.9 7E20F0 XX 2nd Player Initial Status (curable) 3.1a 7E20F1 XX 2nd Player Initial Status (Temporary) 3.1b 7E20F2 XX 2nd Player Initial Status (Dispellable) 3.1c 7E20F3 XX 2nd Player Initial Status (Permanent) 3.1d 7E2100 XX 3rd Player (Battle) 5.1 7E2101 XX 3rd Player Job 4.8 7E2102 XX 3rd Player Level 2.0 7E2103 XXXXXX 3rd Player Exp. 2.0 7E2106 XXXX 3rd Player Current Hp 2.0 7E2108 XXXX 3rd Player Max Hp 2.0 7E210A XXXX 3rd Player Current Mp 2.0 7E210C XXXX 3rd Player Max Mp 2.0 7E210E XX 3rd Player Head equipment 4.2 7E210F XX 3rd Player Body equipment 4.2 7E2110 XX 3rd Player Accessory equipment 4.2 7E2111 XX 3rd Player Right Hand Shield 4.2 7E2112 XX 3rd Player Left Hand Shield 4.2 7E2113 XX 3rd Player Right Hand Weapon 4.2 7E2114 XX 3rd Player Left Hand Weapon 4.2 7E2115 XX 3rd Player Caught Monster Modifier 4.13 7E2116 XX 3rd Player Battle Command 1 (Up) 4.9 7E2117 XX 3rd Player Battle Command 2 (Left) 4.9 7E2118 XX 3rd Player Battle Command 3 (Right) 4.9 7E2119 XX 3rd Player Battle Command 4 (Down) 4.9 7E211A XX 3rd Player Status (curable) 3.1a 7E211B XX 3rd Player Status (Temporary) 3.1b 7E211C XX 3rd Player Status (Dispellable) 3.1c 7E211D XX 3rd Player Status (Permanent) 3.1d 7E2120 XXXX 3rd Player Innate Abilities 3.11 7E2122 XX 3rd Player Magic Element Up 3.2 7E2123 XX 3rd Player Equip Weight 2.0 7E2124 XX 3rd Player Base Strength 2.0 7E2125 XX 3rd Player Base Agility 2.0 7E2126 XX 3rd Player Base Stamina 2.0 7E2127 XX 3rd Player Base Magic Power 2.0 7E2128 XX 3rd Player Current Strength 2.0 7E2129 XX 3rd Player Current Agility 2.0 7E212A XX 3rd Player Current Stamina 2.0 7E212B XX 3rd Player Current Magic Power 2.0 7E212C XX 3rd Player Evade% 2.0 7E212D XX 3rd Player Defense 2.0 7E212E XX 3rd Player Magic Evade% 2.0 7E212F XX 3rd Player Magic Defense 2.0 7E2130 XX 3rd Player Elemental Absorb 3.2 7E2132 XX 3rd Player Elemental Immunity 3.2 7E2133 XX 3rd Player Elemental Half 3.2 7E2134 XX 3rd Player Elemental Weakness 3.2 7E2138 XX 3rd Player Weapon Specialty 3.10 7E2139 XX 3rd Player Equipment Specialty 3.12 7E213A XX 3rd Player Job Level 2.0 7E213B XXXX 3rd Player ABP 2.0 7E2144 XXXX 3rd Player Attack 2.0 7E2157 XX 3rd Player Command used 4.9 7E2170 XX 3rd Player Initial Status (curable) 3.1a 7E2171 XX 3rd Player Initial Status (Temporary) 3.1b 7E2172 XX 3rd Player Initial Status (Dispellable) 3.1c 7E2173 XX 3rd Player Initial Status (Permanent) 3.1d 7E2180 XX 4th Player (Battle) 5.1 7E2181 XX 4th Player Job 4.8 7E2182 XX 4th Player Level 2.0 7E2183 XXXXXX 4th Player Exp. 2.0 7E2186 XXXX 4th Player Current Hp 2.0 7E2188 XXXX 4th Player Max Hp 2.0 7E218A XXXX 4th Player Current Mp 2.0 7E218C XXXX 4th Player Max Mp 2.0 7E218E XX 4th Player Head equipment 4.2 7E218F XX 4th Player Body equipment 4.2 7E2190 XX 4th Player Accessory equipment 4.2 7E2191 XX 4th Player Right Hand Shield equipment 4.2 7E2192 XX 4th Player Left Hand Shield equipment 4.2 7E2193 XX 4th Player Right Hand Weapon equipment 4.2 7E2194 XX 4th Player Left Hand Weapon equipment 4.2 7E2195 XX 4th Player Caught Monster Modifier 4.13 7E2196 XX 4th Player Battle Command 1 (Up) 4.9 7E2197 XX 4th Player Battle Command 2 (Left) 4.9 7E2198 XX 4th Player Battle Command 3 (Right) 4.9 7E2199 XX 4th Player Battle Command 4 (Down) 4.9 7E219A XX 4th Player Status (curable) 3.1a 7E219B XX 4th Player Status (Temporary) 3.1b 7E219C XX 4th Player Status (Dispellable) 3.1c 7E219D XX 4th Player Status (Permanent) 3.1d 7E21A0 XXXX 4th Player Innate Abilities 3.11 7E21A2 XX 4th Player Magic Element Up 3.2 7E21A3 XX 4th Player Equip Weight 2.0 7E21A4 XX 4th Player Base Strength 2.0 7E21A5 XX 4th Player Base Agility 2.0 7E21A6 XX 4th Player Base Stamina 2.0 7E21A7 XX 4th Player Base Magic Power 2.0 7E21A8 XX 4th Player Current Strength 2.0 7E21A9 XX 4th Player Current Agility 2.0 7E21AA XX 4th Player Current Stamina 2.0 7E21AB XX 4th Player Current Magic Power 2.0 7E21AC XX 4th Player Evade% 2.0 7E21AD XX 4th Player Defense 2.0 7E21AE XX 4th Player Magic Evade% 2.0 7E21AF XX 4th Player Magic Defense 2.0 7E21B0 XX 4th Player Elemental Absorb 3.2 7E21B2 XX 4th Player Elemental Immunity 3.2 7E21B3 XX 4th Player Elemental Half 3.2 7E21B4 XX 4th Player Elemental Weakness 3.2 7E21B8 XX 4th Player Weapon Specialty 3.10 7E21B9 XX 4th Player Equipment Specialty 3.12 7E21BA XX 4th Player Job Level 2.0 7E21BB XXXX 4th Player ABP 2.0 7E21C4 XXXX 4th Player Attack 2.0 7E21D7 XX 4th Player Command used 4.9 7E21F0 XX 4th Player Initial Status (curable) 3.1a 7E21F1 XX 4th Player Initial Status (Temporary) 3.1b 7E21F2 XX 4th Player Initial Status (Dispellable) 3.1c 7E21F3 XX 4th Player Initial Status (Permanent) 3.1d 7E2200 XX 1st Enemy Properties 7E2201 XX 1st Enemy n/u ("Job") 7E2202 XX 1st Enemy Level 2.0 7E2203 XXXXXX 1st Enemy ? (n/u?) 7E2206 XXXX 1st Enemy Current Hp 2.0 7E2208 XXXX 1st Enemy Max Hp 2.0 7E220A XXXX 1st Enemy Current Mp 2.0 7E220C XXXX 1st Enemy Max Mp 2.0 7E220E XX 1st Enemy Head equipment (N/U) 4.2 7E220F XX 1st Enemy Body equipment (N/U) 4.2 7E2210 XX 1st Enemy Accessory equipment (N/U) 4.2 7E2211 XX 1st Enemy Right Hand Shield equipment (N/U) 4.2 7E2212 XX 1st Enemy Left Hand Shield equipment (N/U) 4.2 7E2213 XX 1st Enemy Right Hand Weapon equipment (N/U) 4.2 7E2214 XX 1st Enemy Left Hand Weapon equipment (N/U) 4.2 7E2215 XX 1st Enemy Caught Monster Modifier (N/U) 4.13 7E2216 XX 1st Enemy Battle Command 1 (Up) (N/U) 4.9 7E2217 XX 1st Enemy Battle Command 2 (Left) (N/U) 4.9 7E2218 XX 1st Enemy Battle Command 3 (Right) (N/U) 4.9 7E2219 XX 1st Enemy Battle Command 4 (Down) (N/U) 4.9 7E221A XX 1st Enemy Status (Battle - Curable) 3.1a 7E221B XX 1st Enemy Status (Battle - Temporary) 3.1b 7E221C XX 1st Enemy Status (Battle - Dispellable) 3.1c 7E221D XX 1st Enemy Status (Battle - Permanent) 3.1d 7E221E XX 1st Enemy Action Flags? (N/U) 7E221F XX 1st Enemy Damage Modifier? (N/U) 7E2220 XXXX 1st Enemy Innate Abilities? (N/U) 7E2222 XX 1st Enemy Magic Element Up? (N/U) 7E2223 XX 1st Enemy Equip Weight? (N/U) 7E2224 XX 1st Enemy "Base" Strenght (N/U) 7E2225 XX 1st Enemy "Base" Speed 2.0 7E2226 XX 1st Enemy "Base" Stamina (N/U) 7E2227 XX 1st Enemy "Base" Magic Power 2.0 7E2228 XX 1st Enemy "Current" Strenght (N/U) 7E2229 XX 1st Enemy "Current" Speed 2.0 7E222A XX 1st Enemy "Current" Stamina 7E222B XX 1st Enemy "Current" Magic Power 2.0 7E222C XX 1st Enemy Evade% 2.0 7E222D XX 1st Enemy Defense 2.0 7E222E XX 1st Enemy Magic Evade% 2.0 7E222F XX 1st Enemy Magic Defense 2.0 7E2230 XX 1st Enemy Element Absorb 3.2 7E2231 XX 1st Enemy ? 7E2232 XX 1st Enemy Element Immunity 3.2 7E2233 XX 1st Enemy ? 7E2234 XX 1st Enemy Element Weakness 3.2 7E2235 XX 1st Enemy Status Immunity 1 (Curable) 3.1a 7E2236 XX 1st Enemy Status Immunity 2 (Temporary) 3.1b 7E2237 XX 1st Enemy Status Immunity 3 (Dispellable) 3.1c 7E2238 XX 1st Enemy ? 7E2239 XX 1st Enemy ? 7E223A XX 1st Enemy ? 7E223B XX 1st Enemy ? 7E223C XX 1st Enemy ? 7E223D XX 1st Enemy ? 7E223E XX 1st Enemy ? 7E223F XX 1st Enemy ? 7E2240 XX 1st Enemy ? 7E2241 XX 1st Enemy ? 7E2242 XX 1st Enemy ? 7E2243 XX 1st Enemy ? 7E2244 XX 1st Enemy Attack 2.0 7E2245 XX 1st Enemy ? 7E2246 XX 1st Enemy Steal success? 7E2247 XX 1st Enemy ? 7E2248 XX 1st Enemy ? 7E2249 XX 1st Enemy ? 7E224A XX 1st Enemy ??? 7E224B XX 1st Enemy ??? 7E224C XX 1st Enemy ??? 7E224D XX 1st Enemy ? 7E224E XX 1st Enemy ? 7E224F XX 1st Enemy ? 7E2250 XX 1st Enemy ? 7E2251 XX 1st Enemy ? 7E2252 XX 1st Enemy ? 7E2253 XX 1st Enemy ? 7E2254 XX 1st Enemy ? 7E2255 XX 1st Enemy ? 7E2256 XX 1st Enemy ??? 7E2257 XX 1st Enemy ??? 7E2258 XX 1st Enemy ? 7E2259 XX 1st Enemy ? 7E225A XX 1st Enemy Attack used? 7E225B XX 1st Enemy ? 7E225C XX 1st Enemy ? 7E225D XX 1st Enemy ? 7E225E XX 1st Enemy ? 7E225F XX 1st Enemy ? 7E2260 XX 1st Enemy ? 7E2261 XX 1st Enemy ? 7E2262 XX 1st Enemy Attack Mult. 2.0 7E2263 XX 1st Enemy ? 7E2264 XX 1st Enemy Can't Evade 3.3 7E2265 XX 1st Enemy Creature Type 3.4 7E2266 XX 1st Enemy Command Immunity 3.5 7E2267 XXXX 1st Enemy Exp. 2.0 7E2269 XXXX 1st Enemy Gil 2.0 7E226B XX 1st Enemy Stolen Item ID "flag" (set to 00 to steal indefinitely) 7E226C XX 1st Enemy ? 7E226D XX 1st Enemy ? 7E226E XX 1st Enemy ??? 7E226F XX 1st Enemy ? 7E2270 XX 1st Enemy Initial Status 1 (curable) 3.1a 7E2271 XX 1st Enemy Initial Status 2 (Temporary) 3.1b 7E2272 XX 1st Enemy Initial Status 3 (Dispellable) 3.1c 7E2273 XX 1st Enemy Initial Status 4 (Permanent) 3.1d 7E2274 XX 1st Enemy ? 7E2275 XX 1st Enemy ? 7E2276 XX 1st Enemy ? 7E2277 XX 1st Enemy ? 7E2278 XX 1st Enemy ? 7E2279 XX 1st Enemy ? 7E227A XX 1st Enemy ? 7E227B XX 1st Enemy ? 7E227C XX 1st Enemy ? 7E227D XX 1st Enemy ? 7E227E XX 1st Enemy ? 7E227F XX 1st Enemy ??? 7E2282 XX 2nd Enemy Level 2.0 7E2286 XXXX 2nd Enemy Current Hp 2.0 7E2288 XXXX 2nd Enemy Max Hp 2.0 7E228A XXXX 2nd Enemy Current Mp 2.0 7E228C XXXX 2nd Enemy Max Mp 2.0 7E229A XX 2nd Enemy Status (Battle - curable) 3.1a 7E229B XX 2nd Enemy Status (Battle - Temporary) 3.1b 7E229C XX 2nd Enemy Status (Battle - Dispellable) 3.1c 7E229D XX 2nd Enemy Status (Battle - Permanent) 3.1d 7E22A7 XX 2nd Enemy Magic Power 2.0 7E22AB XX 2nd Enemy Magic Power 2.0 7E22AC XX 2nd Enemy Evade% 2.0 7E22AD XX 2nd Enemy Defense 2.0 7E22AE XX 2nd Enemy Magic Evade% 2.0 7E22AF XX 2nd Enemy Magic Defense 2.0 7E22B0 XX 2nd Enemy Element Absorb 3.2 7E22B1 XX 2nd Enemy Element Weakness 3.2 7E22B2 XX 2nd Enemy Element Immunity 3.2 7E22B5 XX 2nd Enemy Status Immunity 1 (curable) 3.1a 7E22B6 XX 2nd Enemy Status Immunity 2 (Temporary) 3.1b 7E22B7 XX 2nd Enemy Status Immunity 3 (Dispellable) 3.1c 7E22C4 XX 2nd Enemy Attack 2.0 7E22E2 XX 2nd Enemy Attack Mult. 2.0 7E22E4 XX 2nd Enemy Can't Evade 3.3 7E22E5 XX 2nd Enemy Creature Type 3.4 7E22E6 XX 2nd Enemy Command Immunity 3.5 7E22E7 XXXX 2nd Enemy Exp. 2.0 7E22E9 XXXX 2nd Enemy Gil 2.0 7E22F0 XX 2nd Enemy Initial Status 1 (curable) 3.1a 7E22F1 XX 2nd Enemy Initial Status 2 (Temporary) 3.1b 7E22F2 XX 2nd Enemy Initial Status 3 (Dispellable) 3.1c 7E22F3 XX 2nd Enemy Initial Status 4 (Permanent) 3.1d 7E2302 XX 3rd Enemy Level 2.0 7E2306 XXXX 3rd Enemy Current Hp 2.0 7E2308 XXXX 3rd Enemy Max Hp 2.0 7E230A XXXX 3rd Enemy Current Mp 2.0 7E230C XXXX 3rd Enemy Max Mp 2.0 7E231A XX 3rd Enemy Status (Battle - curable) 3.1a 7E231B XX 3rd Enemy Status (Battle - Temporary) 3.1b 7E231C XX 3rd Enemy Status (Battle - Dispellable) 3.1c 7E231D XX 3rd Enemy Status (Battle - Permanent) 3.1d 7E2327 XX 3rd Enemy Magic Power 2.0 7E232B XX 3rd Enemy Magic Power 2.0 7E232C XX 3rd Enemy Evade% 2.0 7E232D XX 3rd Enemy Defense 2.0 7E232E XX 3rd Enemy Magic Evade% 2.0 7E232F XX 3rd Enemy Magic Defense 2.0 7E2330 XX 3rd Enemy Element Absorb 3.2 7E2331 XX 3rd Enemy Element Weakness 3.2 7E2332 XX 3rd Enemy Element Immunity 3.2 7E2335 XX 3rd Enemy Status Immunity 1 (curable) 3.1a 7E2336 XX 3rd Enemy Status Immunity 2 (Temporary) 3.1b 7E2337 XX 3rd Enemy Status Immunity 3 (Dispellable) 3.1c 7E2344 XX 3rd Enemy Attack 2.0 7E2362 XX 3rd Enemy Attack Mult. 2.0 7E2364 XX 3rd Enemy Can't Evade 3.3 7E2365 XX 3rd Enemy Creature Type 3.4 7E2366 XX 3rd Enemy Command Immunity 3.5 7E2367 XXXX 3rd Enemy Exp. 2.0 7E2369 XXXX 3rd Enemy Gil 2.0 7E2370 XX 3rd Enemy Initial Status 1 (curable) 3.1a 7E2371 XX 3rd Enemy Initial Status 2 (Temporary) 3.1b 7E2372 XX 3rd Enemy Initial Status 3 (Dispellable) 3.1c 7E2373 XX 3rd Enemy Initial Status 4 (Permanent) 3.1d 7E2382 XX 4th Enemy Level 2.0 7E2386 XXXX 4th Enemy Current Hp 2.0 7E2388 XXXX 4th Enemy Max Hp 2.0 7E238A XXXX 4th Enemy Current Mp 2.0 7E238C XXXX 4th Enemy Max Mp 2.0 7E239A XX 4th Enemy Status (Battle - curable) 3.1a 7E239B XX 4th Enemy Status (Battle - Temporary) 3.1b 7E239C XX 4th Enemy Status (Battle - Dispellable) 3.1c 7E239D XX 4th Enemy Status (Battle - Permanent) 3.1d 7E23A7 XX 4th Enemy Magic Power 2.0 7E23AB XX 4th Enemy Magic Power 2.0 7E23AC XX 4th Enemy Evade% 2.0 7E23AD XX 4th Enemy Defense 2.0 7E23AE XX 4th Enemy Magic Evade% 2.0 7E23AF XX 4th Enemy Magic Defense 2.0 7E23B0 XX 4th Enemy Element Absorb 3.2 7E23B1 XX 4th Enemy Element Weakness 3.2 7E23B2 XX 4th Enemy Element Immunity 3.2 7E23B5 XX 4th Enemy Status Immunity 1 (curable) 3.1a 7E23B6 XX 4th Enemy Status Immunity 2 (Temporary) 3.1b 7E23B7 XX 4th Enemy Status Immunity 3 (Dispellable) 3.1c 7E23C4 XX 4th Enemy Attack 2.0 7E23E2 XX 4th Enemy Attack Mult. 2.0 7E23E4 XX 4th Enemy Can't Evade 3.3 7E23E5 XX 4th Enemy Creature Type 3.4 7E23E6 XX 4th Enemy Command Immunity 3.5 7E23E7 XXXX 4th Enemy Exp. 2.0 7E23E9 XXXX 4th Enemy Gil 2.0 7E23F0 XX 4th Enemy Initial Status 1 (curable) 3.1a 7E23F1 XX 4th Enemy Initial Status 2 (Temporary) 3.1b 7E23F2 XX 4th Enemy Initial Status 3 (Dispellable) 3.1c 7E23F3 XX 4th Enemy Initial Status 4 (Permanent) 3.1d 7E2402 XX 5th Enemy Level 2.0 7E2406 XXXX 5th Enemy Current Hp 2.0 7E2408 XXXX 5th Enemy Max Hp 2.0 7E240A XXXX 5th Enemy Current Mp 2.0 7E240C XXXX 5th Enemy Max Mp 2.0 7E241A XX 5th Enemy Status (Battle - curable) 3.1a 7E241B XX 5th Enemy Status (Battle - Temporary) 3.1b 7E241C XX 5th Enemy Status (Battle - Dispellable) 3.1c 7E241D XX 5th Enemy Status (Battle - Permanent) 3.1d 7E2427 XX 5th Enemy Magic Power 2.0 7E242B XX 5th Enemy Magic Power 2.0 7E242C XX 5th Enemy Evade% 2.0 7E242D XX 5th Enemy Defense 2.0 7E242E XX 5th Enemy Magic Evade% 2.0 7E242F XX 5th Enemy Magic Defense 2.0 7E2430 XX 5th Enemy Element Absorb 3.2 7E2431 XX 5th Enemy Element Weakness 3.2 7E2432 XX 5th Enemy Element Immunity 3.2 7E2435 XX 5th Enemy Status Immunity 1 (curable) 3.1a 7E2436 XX 5th Enemy Status Immunity 2 (Temporary) 3.1b 7E2437 XX 5th Enemy Status Immunity 3 (Dispellable) 3.1c 7E2444 XX 5th Enemy Attack 2.0 7E2462 XX 5th Enemy Attack Mult. 2.0 7E2464 XX 5th Enemy Can't Evade 3.3 7E2465 XX 5th Enemy Creature Type 3.4 7E2466 XX 5th Enemy Command Immunity 3.5 7E2467 XXXX 5th Enemy Exp. 2.0 7E2469 XXXX 5th Enemy Gil 2.0 7E2470 XX 5th Enemy Initial Status 1 (curable) 3.1a 7E2471 XX 5th Enemy Initial Status 2 (Temporary) 3.1b 7E2472 XX 5th Enemy Initial Status 3 (Dispellable) 3.1c 7E2473 XX 5th Enemy Initial Status 4 (Permanent) 3.1d 7E2482 XX 6th Enemy Level 2.0 7E2486 XXXX 6th Enemy Current Hp 2.0 7E2488 XXXX 6th Enemy Max Hp 2.0 7E248A XXXX 6th Enemy Current Mp 2.0 7E248C XXXX 6th Enemy Max Mp 2.0 7E249A XX 6th Enemy Status (Battle - curable) 3.1a 7E249B XX 6th Enemy Status (Battle - Temporary) 3.1b 7E249C XX 6th Enemy Status (Battle - Dispellable) 3.1c 7E249D XX 6th Enemy Status (Battle - Permanent) 3.1d 7E24A7 XX 6th Enemy Magic Power 2.0 7E24AB XX 6th Enemy Magic Power 2.0 7E24AC XX 6th Enemy Evade% 2.0 7E24AD XX 6th Enemy Defense 2.0 7E24AE XX 6th Enemy Magic Evade% 2.0 7E24AF XX 6th Enemy Magic Defense 2.0 7E24B0 XX 6th Enemy Element Absorb 3.2 7E24B1 XX 6th Enemy Element Weakness 3.2 7E24B2 XX 6th Enemy Element Immunity 3.2 7E24B5 XX 6th Enemy Status Immunity 1 (curable) 3.1a 7E24B6 XX 6th Enemy Status Immunity 2 (Temporary) 3.1b 7E24B7 XX 6th Enemy Status Immunity 3 (Dispellable) 3.1c 7E24C4 XX 6th Enemy Attack 2.0 7E24E2 XX 6th Enemy Attack Mult. 2.0 7E24E4 XX 6th Enemy Can't Evade 3.3 7E24E5 XX 6th Enemy Creature Type 3.4 7E24E6 XX 6th Enemy Command Immunity 3.5 7E24E7 XXXX 6th Enemy Exp. 2.0 7E24E9 XXXX 6th Enemy Gil 2.0 7E24F0 XX 6th Enemy Initial Status 1 (curable) 3.1a 7E24F1 XX 6th Enemy Initial Status 2 (Temporary) 3.1b 7E24F2 XX 6th Enemy Initial Status 3 (Dispellable) 3.1c 7E24F3 XX 6th Enemy Initial Status 4 (Permanent) 3.1d 7E2502 XX 7th Enemy Level 2.0 7E2506 XXXX 7th Enemy Current Hp 2.0 7E2508 XXXX 7th Enemy Max Hp 2.0 7E250A XXXX 7th Enemy Current Mp 2.0 7E250C XXXX 7th Enemy Max Mp 2.0 7E251A XX 7th Enemy Status (Battle - curable) 3.1a 7E251B XX 7th Enemy Status (Battle - Temporary) 3.1b 7E251C XX 7th Enemy Status (Battle - Dispellable) 3.1c 7E251D XX 7th Enemy Status (Battle - Permanent) 3.1d 7E2527 XX 7th Enemy Magic Power 2.0 7E252B XX 7th Enemy Magic Power 2.0 7E252C XX 7th Enemy Evade% 2.0 7E252D XX 7th Enemy Defense 2.0 7E252E XX 7th Enemy Magic Evade% 2.0 7E252F XX 7th Enemy Magic Defense 2.0 7E2530 XX 7th Enemy Element Absorb 3.2 7E2531 XX 7th Enemy Element Weakness 3.2 7E2532 XX 7th Enemy Element Immunity 3.2 7E2535 XX 7th Enemy Status Immunity 1 (curable) 3.1a 7E2536 XX 7th Enemy Status Immunity 2 (Temporary) 3.1b 7E2537 XX 7th Enemy Status Immunity 3 (Dispellable) 3.1c 7E2544 XX 7th Enemy Attack 2.0 7E2562 XX 7th Enemy Attack Mult. 2.0 7E2564 XX 7th Enemy Can't Evade 3.3 7E2565 XX 7th Enemy Creature Type 3.4 7E2566 XX 7th Enemy Command Immunity 3.5 7E2567 XXXX 7th Enemy Exp. 2.0 7E2569 XXXX 7th Enemy Gil 2.0 7E2570 XX 7th Enemy Initial Status 1 (curable) 3.1a 7E2571 XX 7th Enemy Initial Status 2 (Temporary) 3.1b 7E2572 XX 7th Enemy Initial Status 3 (Dispellable) 3.1c 7E2573 XX 7th Enemy Initial Status 4 (Permanent) 3.1d 7E2582 XX 8th Enemy Level 2.0 7E2586 XXXX 8th Enemy Current Hp 2.0 7E2588 XXXX 8th Enemy Max Hp 2.0 7E258A XXXX 8th Enemy Current Mp 2.0 7E258C XXXX 8th Enemy Max Mp 2.0 7E259A XX 8th Enemy Status (Battle - curable) 3.1a 7E259B XX 8th Enemy Status (Battle - Temporary) 3.1b 7E259C XX 8th Enemy Status (Battle - Dispellable) 3.1c 7E259D XX 8th Enemy Status (Battle - Permanent) 3.1d 7E25A7 XX 8th Enemy Magic Power 2.0 7E25AB XX 8th Enemy Magic Power 2.0 7E25AC XX 8th Enemy Evade% 2.0 7E25AD XX 8th Enemy Defense 2.0 7E25AE XX 8th Enemy Magic Evade% 2.0 7E25AF XX 8th Enemy Magic Defense 2.0 7E25B0 XX 8th Enemy Element Absorb 3.2 7E25B1 XX 8th Enemy Element Weakness 3.2 7E25B2 XX 8th Enemy Element Immunity 3.2 7E25B5 XX 8th Enemy Status Immunity 1 (curable) 3.1a 7E25B6 XX 8th Enemy Status Immunity 2 (Temporary) 3.1b 7E25B7 XX 8th Enemy Status Immunity 3 (Dispellable) 3.1c 7E25C4 XX 8th Enemy Attack 2.0 7E25E2 XX 8th Enemy Attack Mult. 2.0 7E25E4 XX 8th Enemy Can't Evade 3.3 7E25E5 XX 8th Enemy Creature Type 3.4 7E25E6 XX 8th Enemy Command Immunity 3.5 7E25E7 XXXX 8th Enemy Exp. 2.0 7E25E9 XXXX 8th Enemy Gil 2.0 7E25F0 XX 8th Enemy Initial Status 1 (curable) 3.1a 7E25F1 XX 8th Enemy Initial Status 2 (Temporary) 3.1b 7E25F2 XX 8th Enemy Initial Status 3 (Dispellable) 3.1c 7E25F3 XX 8th Enemy Initial Status 4 (Permanent) 3.1d 7E2620 XX General Purpose space (0)? 7E2621 XX General Purpose space (1)? 7E2622 XX General Purpose space (2)? 7E2623 XX General Purpose space (3)? 7E2624 XX General Purpose space (4)? 7E2625 XX General Purpose space (5)? 7E2626 XX General Purpose space (6)? 7E2627 XX General Purpose space (7)? 7E2640 XX Default AI Script? 7E2700 to 7E2??? Multipurpose space? In Menu Stats -> Updates the player's stats In Battle -> Misc 7E2723 XX Equipment Weight (Menu) 2.0 7E2724 XX Base Strength (Menu) 2.0 7E2725 XX Base Agility (Menu) 2.0 7E2726 XX Base Vitality (Menu) 2.0 7E2727 XX Base Magic Power (Menu) 2.0 7E2728 XX Current Strength (Menu) 2.0 7E2729 XX Current Agility (Menu) 2.0 7E272A XX Current Vitality (Menu) 2.0 7E272B XX Current Magic Power (Menu) 2.0 7E272C XX Current Evade% (Menu) 2.0 7E272D XX Current Defense (Menu) 2.0 7E272E XX Magic Evade% (Menu) 2.0 7E272F XX Magic Defense (Menu) 2.0 7E2730 XX Elemental Absorb (Menu) 3.2 7E2732 XX Elemental Immunity (Menu) 3.2 7E2733 XX Elemental Half (Menu) 3.2 7E2734 XX Elemental Weakness (Menu) 3.2 7E2738 XX Weapon Specialty (Menu) 3.10 7E2739 XX Equipment Specialty (Menu)? 3.12 ? 7E273A XX Job Level (Menu)? 2.0 ? 7E273B XXXX ABP (Menu)? 2.0 ? 7E2744 XX Attack (Menu) 2.0 7E2815 XXXXXX Money (Shops) 2.0 7E2826 XX 1st Item ID (Shops) 4.2 or 4.2b 7E2827 XX 2nd Item ID (Shops) 4.2 or 4.2b 7E2828 XX 3rd Item ID (Shops) 4.2 or 4.2b 7E2829 XX 4th Item ID (Shops) 4.2 or 4.2b 7E282A XX 5th Item ID (Shops) 4.2 or 4.2b 7E282B XX 6th Item ID (Shops) 4.2 or 4.2b 7E282C XX 7th Item ID (Shops) 4.2 or 4.2b 7E282D XX 8th Item ID (Shops) 4.2 or 4.2b 7E282E XXXXXX 1st Item price (Shops) 2.0 7E2832 XXXXXX 2nd Item price (Shops) 2.0 7E2836 XXXXXX 3rd Item price (Shops) 2.0 7E283A XXXXXX 4th Item price (Shops) 2.0 7E283E XXXXXX 5th Item price (Shops) 2.0 7E2842 XXXXXX 6th Item price (Shops) 2.0 7E2846 XXXXXX 7th Item price (Shops) 2.0 7E284A XXXXXX 8th Item price (Shops) 2.0 7E2720 XX AI Attack chosen? 7E2721 XX AI Attack stuff? 7E2722 XX Enemy AI used 7E2723 XX When you use Dance, it contain 0 to 3, a random for one of the 4 dances 7E2734 XX Battle Item Menu ID - 1st slot, left 4.2 7E2735 XX Battle Item Menu ID - 1st slot, right 4.2 7E2736 XX Battle Item Menu ID - 2nd slot, left 4.2 7E2737 XX Battle Item Menu ID - 2nd slot, right 4.2 ... 7E2832 XX Battle Item Menu ID - 128th slot, left 4.2 7E2833 XX Battle Item Menu ID - 128th slot, right 4.2 7E2834 XX Battle Item Menu Quantity - 1st slot, left 4.2 7E2835 XX Battle Item Menu Quantity - 1st slot, right 4.2 7E2836 XX Battle Item Menu Quantity - 2nd slot, left 4.2 7E2837 XX Battle Item Menu Quantity - 2nd slot, right 4.2 ... 7E2932 XX Battle Item Menu Quantity - 128th slot, left 4.2 7E2933 XX Battle Item Menu Quantity - 128th slot, right 4.2 7E29A6 XX X button Block Transfer Instruction? 7E29A8 XX Y button Block Transfer Instruction? 7E29AA XX A button Block Transfer Instruction? 7E29E2 XX Magic Menu - Magic Selected 00 - Sword 01 - White 02 - Black 03 - Time 04 - Summon 05 - Blue 06 - Song 7E29E8 XX Menu Screen Mp consumption? 7E2B9A XX Dropped Item #1 ID 4.2 7E2B9B XX Dropped Item #2 ID 4.2 7E2B9C XX Dropped Item #3 ID 4.2 7E2B9D XX Dropped Item #4 ID 4.2 7E2B9E XX Dropped Item #5 ID 4.2 7E2B9F XX Dropped Item #6 ID 4.2 7E2BA0 XX Dropped Item #7 ID 4.2 7E2BA1 XX Dropped Item #8 ID 4.2 7E2BA2 XX Dropped Item #1 Quantity 1.0 7E2BA3 XX Dropped Item #2 Quantity 1.0 7E2BA4 XX Dropped Item #3 Quantity 1.0 7E2BA5 XX Dropped Item #4 Quantity 1.0 7E2BA6 XX Dropped Item #5 Quantity 1.0 7E2BA7 XX Dropped Item #6 Quantity 1.0 7E2BA8 XX Dropped Item #7 Quantity 1.0 7E2BA9 XX Dropped Item #8 Quantity 1.0 7E2C9C XX Battle Mode (Active/Wait) (Flag) 1.0 7E2C9D XX Battle Speed (0 to 5) 2.0 7E2C9E XX Message Speed (0 to 5) 2.0 7E2C9F XX Command Set (Window/Short) (Flag) 1.0 7E2CA0 XX Gauge (On/Off) (Flag) 1.0 7E2CA1 XX Sound (Stereo/Mono) (Flag) 1.0 7E2CA2 XX Cursor (Reset/Memory) (Flag) 1.0 7E2CA3 XX Reequip (Optimum/Empty) (Flag) 1.0 7E2CA4 XX Controller (Normal/Custom) (Flag) 1.0 7E2CA5 XX Controller (Single/Multi) (Flag) 1.0 7E2CA6 XX Color - Red (0 to 31) 2.0 7E2CA7 XX Color - Green (0 to 31) 2.0 7E2CA8 XX Color - Blue (0 to 31) 2.0 7E375C XXXXXXXX 1st Player Attack Commands 4.9 7E382C XXXX 1st Player Hp? 7E3830 XXXX 1st Player Mp? 7E3834 XXXX 2nd Player Hp? 7E3838 XXXX 2nd Player Mp? 7E383C XXXX 3rd Player Hp? 7E3840 XXXX 3rd Player Mp? 7E3844 XXXX 4th Player Hp? 7E3848 XXXX 4th Player Mp? 7E384C XXXXXXXXXX A place to store graphic commands. $FF mean unused. 7E3C5F XX Related to battle FX??? 7E3CBF XXXXXX Gil won after battle 7E3CC2 XXXXXX Exp won after battle 7E3CF1 XX 1st Player Timer Status flag - Stop (01=On, 40=No Display?, 80=End) 7E3CF2 XX 1st Player Timer Status flag - Poison 7E3CF3 XX 1st Player Timer Status flag - Reflect 7E3CF4 XX 1st Player Timer Status flag - Doom 7E3CF5 XX 1st Player Timer Status flag - Mute 7E3CF6 XX 1st Player Timer Status flag - Hp Leak 7E3CF7 XX 1st Player Timer Status flag - Old 7E3CF8 XX 1st Player Timer Status flag - Regen 7E3CF9 XX 1st Player Timer Status flag - Singing 7E3CFA XX 1st Player Timer Status flag - Paralyze 7E3CFB XX 1st Player Timer Status flag - ATB Gauge 7E3CFC XX 2nd Player Timer Status flag - Stop 7E3CFD XX 2nd Player Timer Status flag - Poison 7E3CFE XX 2nd Player Timer Status flag - Reflect 7E3CFF XX 2nd Player Timer Status flag - Doom 7E3D00 XX 2nd Player Timer Status flag - Mute 7E3D01 XX 2nd Player Timer Status flag - Hp Leak 7E3D02 XX 2nd Player Timer Status flag - Old 7E3D03 XX 2nd Player Timer Status flag - Regen 7E3D04 XX 2nd Player Timer Status flag - Singing 7E3D05 XX 2nd Player Timer Status flag - Paralyze 7E3D06 XX 2nd Player Timer Status flag - ATB Gauge 7E3D07 XX 3rd Player Timer Status flag - Stop 7E3D08 XX 3rd Player Timer Status flag - Poison 7E3D09 XX 3rd Player Timer Status flag - Reflect 7E3D0A XX 3rd Player Timer Status flag - Doom 7E3D0B XX 3rd Player Timer Status flag - Mute 7E3D0C XX 3rd Player Timer Status flag - Hp Leak 7E3D0D XX 3rd Player Timer Status flag - Old 7E3D0E XX 3rd Player Timer Status flag - Regen 7E3D0F XX 3rd Player Timer Status flag - Singing 7E3D10 XX 3rd Player Timer Status flag - Paralyze 7E3D11 XX 3rd Player Timer Status flag - ATB Gauge 7E3D12 XX 4th Player Timer Status flag - Stop 7E3D13 XX 4th Player Timer Status flag - Poison 7E3D14 XX 4th Player Timer Status flag - Reflect 7E3D15 XX 4th Player Timer Status flag - Doom 7E3D16 XX 4th Player Timer Status flag - Mute 7E3D17 XX 4th Player Timer Status flag - Hp Leak 7E3D18 XX 4th Player Timer Status flag - Old 7E3D19 XX 4th Player Timer Status flag - Regen 7E3D1A XX 4th Player Timer Status flag - Singing 7E3D1B XX 4th Player Timer Status flag - Paralyze 7E3D1C XX 4th Player Timer Status flag - ATB Gauge 7E3D1D XX 1st Enemy Timer Status flag - Stop 7E3D1E XX 1st Enemy Timer Status flag - Poison 7E3D1F XX 1st Enemy Timer Status flag - Reflect 7E3D20 XX 1st Enemy Timer Status flag - Doom 7E3D21 XX 1st Enemy Timer Status flag - Mute 7E3D22 XX 1st Enemy Timer Status flag - Hp Leak 7E3D23 XX 1st Enemy Timer Status flag - Old 7E3D24 XX 1st Enemy Timer Status flag - Regen 7E3D25 XX 1st Enemy Timer Status flag - Singing 7E3D26 XX 1st Enemy Timer Status flag - Paralyze 7E3D27 XX 1st Enemy Timer Status flag - ATB Gauge 7E3D28 XX 2nd Enemy Timer Status flag - Stop 7E3D29 XX 2nd Enemy Timer Status flag - Poison 7E3D2A XX 2nd Enemy Timer Status flag - Reflect 7E3D2B XX 2nd Enemy Timer Status flag - Doom 7E3D2C XX 2nd Enemy Timer Status flag - Mute 7E3D2D XX 2nd Enemy Timer Status flag - Hp Leak 7E3D2E XX 2nd Enemy Timer Status flag - Old 7E3D2F XX 2nd Enemy Timer Status flag - Regen 7E3D30 XX 2nd Enemy Timer Status flag - Singing 7E3D31 XX 2nd Enemy Timer Status flag - Paralyze 7E3D32 XX 2nd Enemy Timer Status flag - ATB Gauge 7E3D33 XX 3rd Enemy Timer Status flag - Stop 7E3D34 XX 3rd Enemy Timer Status flag - Poison 7E3D35 XX 3rd Enemy Timer Status flag - Reflect 7E3D36 XX 3rd Enemy Timer Status flag - Doom 7E3D37 XX 3rd Enemy Timer Status flag - Mute 7E3D38 XX 3rd Enemy Timer Status flag - Hp Leak 7E3D39 XX 3rd Enemy Timer Status flag - Old 7E3D3A XX 3rd Enemy Timer Status flag - Regen 7E3D3B XX 3rd Enemy Timer Status flag - Singing 7E3D3C XX 3rd Enemy Timer Status flag - Paralyze 7E3D3D XX 3rd Enemy Timer Status flag - ATB Gauge 7E3D3E XX 4th Enemy Timer Status flag - Stop 7E3D3F XX 4th Enemy Timer Status flag - Poison 7E3D40 XX 4th Enemy Timer Status flag - Reflect 7E3D41 XX 4th Enemy Timer Status flag - Doom 7E3D42 XX 4th Enemy Timer Status flag - Mute 7E3D43 XX 4th Enemy Timer Status flag - Hp Leak 7E3D44 XX 4th Enemy Timer Status flag - Old 7E3D45 XX 4th Enemy Timer Status flag - Regen 7E3D46 XX 4th Enemy Timer Status flag - Singing 7E3D47 XX 4th Enemy Timer Status flag - Paralyze 7E3D48 XX 4th Enemy Timer Status flag - ATB Gauge 7E3D49 XX 5th Enemy Timer Status flag - Stop 7E3D4A XX 5th Enemy Timer Status flag - Poison 7E3D4B XX 5th Enemy Timer Status flag - Reflect 7E3D4C XX 5th Enemy Timer Status flag - Doom 7E3D4D XX 5th Enemy Timer Status flag - Mute 7E3D4E XX 5th Enemy Timer Status flag - Hp Leak 7E3D4F XX 5th Enemy Timer Status flag - Old 7E3D50 XX 5th Enemy Timer Status flag - Regen 7E3D51 XX 5th Enemy Timer Status flag - Singing 7E3D52 XX 5th Enemy Timer Status flag - Paralyze 7E3D53 XX 5th Enemy Timer Status flag - ATB Gauge 7E3D54 XX 6th Enemy Timer Status flag - Stop 7E3D55 XX 6th Enemy Timer Status flag - Poison 7E3D56 XX 6th Enemy Timer Status flag - Reflect 7E3D57 XX 6th Enemy Timer Status flag - Doom 7E3D58 XX 6th Enemy Timer Status flag - Mute 7E3D59 XX 6th Enemy Timer Status flag - Hp Leak 7E3D5A XX 6th Enemy Timer Status flag - Old 7E3D5B XX 6th Enemy Timer Status flag - Regen 7E3D5C XX 6th Enemy Timer Status flag - Singing 7E3D5D XX 6th Enemy Timer Status flag - Paralyze 7E3D5E XX 6th Enemy Timer Status flag - ATB Gauge 7E3D5F XX 7th Enemy Timer Status flag - Stop 7E3D60 XX 7th Enemy Timer Status flag - Poison 7E3D61 XX 7th Enemy Timer Status flag - Reflect 7E3D62 XX 7th Enemy Timer Status flag - Doom 7E3D63 XX 7th Enemy Timer Status flag - Mute 7E3D64 XX 7th Enemy Timer Status flag - Hp Leak 7E3D65 XX 7th Enemy Timer Status flag - Old 7E3D66 XX 7th Enemy Timer Status flag - Regen 7E3D67 XX 7th Enemy Timer Status flag - Singing 7E3D68 XX 7th Enemy Timer Status flag - Paralyze 7E3D69 XX 7th Enemy Timer Status flag - ATB Gauge 7E3D6A XX 8th Enemy Timer Status flag - Stop 7E3D6B XX 8th Enemy Timer Status flag - Poison 7E3D6C XX 8th Enemy Timer Status flag - Reflect 7E3D6D XX 8th Enemy Timer Status flag - Doom 7E3D6E XX 8th Enemy Timer Status flag - Mute 7E3D6F XX 8th Enemy Timer Status flag - Hp Leak 7E3D70 XX 8th Enemy Timer Status flag - Old 7E3D71 XX 8th Enemy Timer Status flag - Regen 7E3D72 XX 8th Enemy Timer Status flag - Singing 7E3D73 XX 8th Enemy Timer Status flag - Paralyze 7E3D74 XX 8th Enemy Timer Status flag - ATB Gauge 7E3D75 XX 1st Player Timer Remaining Duration - Stop (or Haste?) 7E3D76 XX 1st Player Timer Remaining Duration - Poison 7E3D77 XX 1st Player Timer Remaining Duration - Reflect (or Slow?) 7E3D78 XX 1st Player Timer Remaining Duration - Doom 7E3D79 XX 1st Player Timer Remaining Duration - Mute (Magic Sword?) 7E3D7A XX 1st Player Timer Remaining Duration - Hp Leak 7E3D7B XX 1st Player Timer Remaining Duration - Old 7E3D7C XX 1st Player Timer Remaining Duration - Regen 7E3D7D XX 1st Player Timer Remaining Duration - Singing 7E3D7E XX 1st Player Timer Remaining Duration - Paralyze 7E3D7F XX 1st Player Timer Remaining Duration - ATB Gauge 2.0 7E3D80 XX 2nd Player Timer Remaining Duration - Stop 7E3D81 XX 2nd Player Timer Remaining Duration - Poison 7E3D82 XX 2nd Player Timer Remaining Duration - Reflect 7E3D83 XX 2nd Player Timer Remaining Duration - Doom 7E3D84 XX 2nd Player Timer Remaining Duration - Mute 7E3D85 XX 2nd Player Timer Remaining Duration - Hp Leak 7E3D86 XX 2nd Player Timer Remaining Duration - Old 7E3D87 XX 2nd Player Timer Remaining Duration - Regen 7E3D88 XX 2nd Player Timer Remaining Duration - Singing 7E3D89 XX 2nd Player Timer Remaining Duration - Paralyze 7E3D8A XX 2nd Player Timer Remaining Duration - ATB Gauge 2.0 7E3D8B XX 3rd Player Timer Remaining Duration - Stop 7E3D8C XX 3rd Player Timer Remaining Duration - Poison 7E3D8D XX 3rd Player Timer Remaining Duration - Reflect 7E3D8E XX 3rd Player Timer Remaining Duration - Doom 7E3D8F XX 3rd Player Timer Remaining Duration - Mute 7E3D90 XX 3rd Player Timer Remaining Duration - Hp Leak 7E3D91 XX 3rd Player Timer Remaining Duration - Old 7E3D92 XX 3rd Player Timer Remaining Duration - Regen 7E3D93 XX 3rd Player Timer Remaining Duration - Singing 7E3D94 XX 3rd Player Timer Remaining Duration - Paralyze 7E3D95 XX 3rd Player Timer Remaining Duration - ATB Gauge 2.0 7E3D96 XX 4th Player Timer Remaining Duration - Stop 7E3D97 XX 4th Player Timer Remaining Duration - Poison 7E3D98 XX 4th Player Timer Remaining Duration - Reflect 7E3D99 XX 4th Player Timer Remaining Duration - Doom 7E3D9A XX 4th Player Timer Remaining Duration - Mute 7E3D9B XX 4th Player Timer Remaining Duration - Hp Leak 7E3D9C XX 4th Player Timer Remaining Duration - Old 7E3D9D XX 4th Player Timer Remaining Duration - Regen 7E3D9E XX 4th Player Timer Remaining Duration - Singing 7E3D9F XX 4th Player Timer Remaining Duration - Paralyze 7E3DA0 XX 4th Player Timer Remaining Duration - ATB Gauge 2.0 7E3DA1 XX 1st Enemy Timer Remaining Duration - Stop 7E3DA2 XX 1st Enemy Timer Remaining Duration - Poison 7E3DA3 XX 1st Enemy Timer Remaining Duration - Reflect 7E3DA4 XX 1st Enemy Timer Remaining Duration - Doom 7E3DA5 XX 1st Enemy Timer Remaining Duration - Mute 7E3DA6 XX 1st Enemy Timer Remaining Duration - Hp Leak 7E3DA7 XX 1st Enemy Timer Remaining Duration - Old 7E3DA8 XX 1st Enemy Timer Remaining Duration - Regen 7E3DA9 XX 1st Enemy Timer Remaining Duration - Singing 7E3DAA XX 1st Enemy Timer Remaining Duration - Paralyze 7E3DAB XX 1st Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DAC XX 2nd Enemy Timer Remaining Duration - Stop 7E3DAD XX 2nd Enemy Timer Remaining Duration - Poison 7E3DAE XX 2nd Enemy Timer Remaining Duration - Reflect 7E3DAF XX 2nd Enemy Timer Remaining Duration - Doom 7E3DB0 XX 2nd Enemy Timer Remaining Duration - Mute 7E3DB1 XX 2nd Enemy Timer Remaining Duration - Hp Leak 7E3DB2 XX 2nd Enemy Timer Remaining Duration - Old 7E3DB3 XX 2nd Enemy Timer Remaining Duration - Regen 7E3DB4 XX 2nd Enemy Timer Remaining Duration - Singing 7E3DB5 XX 2nd Enemy Timer Remaining Duration - Paralyze 7E3DB6 XX 2nd Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DB7 XX 3rd Enemy Timer Remaining Duration - Stop 7E3DB8 XX 3rd Enemy Timer Remaining Duration - Poison 7E3DB9 XX 3rd Enemy Timer Remaining Duration - Reflect 7E3DBA XX 3rd Enemy Timer Remaining Duration - Doom 7E3DBB XX 3rd Enemy Timer Remaining Duration - Mute 7E3DBC XX 3rd Enemy Timer Remaining Duration - Hp Leak 7E3DBD XX 3rd Enemy Timer Remaining Duration - Old 7E3DBE XX 3rd Enemy Timer Remaining Duration - Regen 7E3DBF XX 3rd Enemy Timer Remaining Duration - Singing 7E3DC0 XX 3rd Enemy Timer Remaining Duration - Paralyze 7E3DC1 XX 3rd Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DC2 XX 4th Enemy Timer Remaining Duration - Stop 7E3DC3 XX 4th Enemy Timer Remaining Duration - Poison 7E3DC4 XX 4th Enemy Timer Remaining Duration - Reflect 7E3DC5 XX 4th Enemy Timer Remaining Duration - Doom 7E3DC6 XX 4th Enemy Timer Remaining Duration - Mute 7E3DC7 XX 4th Enemy Timer Remaining Duration - Hp Leak 7E3DC8 XX 4th Enemy Timer Remaining Duration - Old 7E3DC9 XX 4th Enemy Timer Remaining Duration - Regen 7E3DCA XX 4th Enemy Timer Remaining Duration - Singing 7E3DCB XX 4th Enemy Timer Remaining Duration - Paralyze 7E3DCC XX 4th Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DCD XX 5th Enemy Timer Remaining Duration - Stop 7E3DCE XX 5th Enemy Timer Remaining Duration - Poison 7E3DCF XX 5th Enemy Timer Remaining Duration - Reflect 7E3DD0 XX 5th Enemy Timer Remaining Duration - Doom 7E3DD1 XX 5th Enemy Timer Remaining Duration - Mute 7E3DD2 XX 5th Enemy Timer Remaining Duration - Hp Leak 7E3DD3 XX 5th Enemy Timer Remaining Duration - Old 7E3DD4 XX 5th Enemy Timer Remaining Duration - Regen 7E3DD5 XX 5th Enemy Timer Remaining Duration - Singing 7E3DD6 XX 5th Enemy Timer Remaining Duration - Paralyze 7E3DD7 XX 5th Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DD8 XX 6th Enemy Timer Remaining Duration - Stop 7E3DD9 XX 6th Enemy Timer Remaining Duration - Poison 7E3DDA XX 6th Enemy Timer Remaining Duration - Reflect 7E3DDB XX 6th Enemy Timer Remaining Duration - Doom 7E3DDC XX 6th Enemy Timer Remaining Duration - Mute 7E3DDD XX 6th Enemy Timer Remaining Duration - Hp Leak 7E3DDE XX 6th Enemy Timer Remaining Duration - Old 7E3DDF XX 6th Enemy Timer Remaining Duration - Regen 7E3DE0 XX 6th Enemy Timer Remaining Duration - Singing 7E3DE1 XX 6th Enemy Timer Remaining Duration - Paralyze 7E3DE2 XX 6th Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DE3 XX 7th Enemy Timer Remaining Duration - Stop 7E3DE4 XX 7th Enemy Timer Remaining Duration - Poison 7E3DE5 XX 7th Enemy Timer Remaining Duration - Reflect 7E3DE6 XX 7th Enemy Timer Remaining Duration - Doom 7E3DE7 XX 7th Enemy Timer Remaining Duration - Mute 7E3DE8 XX 7th Enemy Timer Remaining Duration - Hp Leak 7E3DE9 XX 7th Enemy Timer Remaining Duration - Old 7E3DEA XX 7th Enemy Timer Remaining Duration - Regen 7E3DEB XX 7th Enemy Timer Remaining Duration - Singing 7E3DEC XX 7th Enemy Timer Remaining Duration - Paralyze 7E3DED XX 7th Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DEE XX 8th Enemy Timer Remaining Duration - Stop 7E3DEF XX 8th Enemy Timer Remaining Duration - Poison 7E3DF0 XX 8th Enemy Timer Remaining Duration - Reflect 7E3DF1 XX 8th Enemy Timer Remaining Duration - Doom 7E3DF2 XX 8th Enemy Timer Remaining Duration - Mute 7E3DF3 XX 8th Enemy Timer Remaining Duration - Hp Leak 7E3DF4 XX 8th Enemy Timer Remaining Duration - Old 7E3DF5 XX 8th Enemy Timer Remaining Duration - Regen 7E3DF6 XX 8th Enemy Timer Remaining Duration - Singing 7E3DF7 XX 8th Enemy Timer Remaining Duration - Paralyze 7E3DF8 XX 8th Enemy Timer Remaining Duration - ATB Gauge 2.0 7E3DF9 XX 1st Player Timer Decrement Duration - Stop 7E3DFA XX 1st Player Timer Decrement Duration - Poison 7E3DFB XX 1st Player Timer Decrement Duration - Reflect 7E3DFC XX 1st Player Timer Decrement Duration - Charm 7E3DFD XX 1st Player Timer Decrement Duration - Mute 7E3DFE XX 1st Player Timer Decrement Duration - Hp Leak 7E3DFF XX 1st Player Timer Decrement Duration - Old 7E3E00 XX 1st Player Timer Decrement Duration - Regen 7E3E01 XX 1st Player Timer Decrement Duration - Singing 7E3E02 XX 1st Player Timer Decrement Duration - Paralyze 7E3E03 XX 1st Player Timer Decrement Duration - ATB Gauge 7E3E04 XX 2nd Player Timer Decrement Duration - Stop 7E3E05 XX 2nd Player Timer Decrement Duration - Poison 7E3E06 XX 2nd Player Timer Decrement Duration - Reflect 7E3E07 XX 2nd Player Timer Decrement Duration - Charm 7E3E08 XX 2nd Player Timer Decrement Duration - Mute 7E3E09 XX 2nd Player Timer Decrement Duration - HP Leak 7E3E0A XX 2nd Player Timer Decrement Duration - Old 7E3E0B XX 2nd Player Timer Decrement Duration - Regen 7E3E0C XX 2nd Player Timer Decrement Duration - Singing 7E3E0D XX 2nd Player Timer Decrement Duration - Paralyze 7E3E0E XX 2nd Player Timer Decrement Duration - ATB Gauge 7E3E0F XX 3rd Player Timer Decrement Duration - Stop 7E3E10 XX 3rd Player Timer Decrement Duration - Poison 7E3E11 XX 3rd Player Timer Decrement Duration - Reflect 7E3E12 XX 3rd Player Timer Decrement Duration - Charm 7E3E13 XX 3rd Player Timer Decrement Duration - Mute 7E3E14 XX 3rd Player Timer Decrement Duration - HP Leak 7E3E15 XX 3rd Player Timer Decrement Duration - Old 7E3E16 XX 3rd Player Timer Decrement Duration - Regen 7E3E17 XX 3rd Player Timer Decrement Duration - Singing 7E3E18 XX 3rd Player Timer Decrement Duration - Paralyze 7E3E19 XX 3rd Player Timer Decrement Duration - ATB Gauge 7E3E1A XX 4th Player Timer Decrement Duration - Stop 7E3E1B XX 4th Player Timer Decrement Duration - Poison 7E3E1C XX 4th Player Timer Decrement Duration - Reflect 7E3E1D XX 4th Player Timer Decrement Duration - Charm 7E3E1E XX 4th Player Timer Decrement Duration - Mute 7E3E1F XX 4th Player Timer Decrement Duration - HP Leak 7E3E20 XX 4th Player Timer Decrement Duration - Old 7E3E21 XX 4th Player Timer Decrement Duration - Regen 7E3E22 XX 4th Player Timer Decrement Duration - Singing 7E3E23 XX 4th Player Timer Decrement Duration - Paralyze 7E3E24 XX 4th Player Timer Decrement Duration - ATB Gauge 7E3E25 XX 1st Enemy Timer Decrement Duration - Stop 7E3E26 XX 1st Enemy Timer Decrement Duration - Poison 7E3E27 XX 1st Enemy Timer Decrement Duration - Reflect 7E3E28 XX 1st Enemy Timer Decrement Duration - Charm 7E3E29 XX 1st Enemy Timer Decrement Duration - Mute 7E3E2A XX 1st Enemy Timer Decrement Duration - HP Leak 7E3E2B XX 1st Enemy Timer Decrement Duration - Old 7E3E2C XX 1st Enemy Timer Decrement Duration - Regen 7E3E2D XX 1st Enemy Timer Decrement Duration - Singing 7E3E2E XX 1st Enemy Timer Decrement Duration - Paralyze 7E3E2F XX 1st Enemy Timer Decrement Duration - ATB Gauge 7E3E30 XX 2nd Enemy Timer Decrement Duration - Stop 7E3E31 XX 2nd Enemy Timer Decrement Duration - Poison 7E3E32 XX 2nd Enemy Timer Decrement Duration - Reflect 7E3E33 XX 2nd Enemy Timer Decrement Duration - Charm 7E3E34 XX 2nd Enemy Timer Decrement Duration - Mute 7E3E35 XX 2nd Enemy Timer Decrement Duration - HP Leak 7E3E36 XX 2nd Enemy Timer Decrement Duration - Old 7E3E37 XX 2nd Enemy Timer Decrement Duration - Regen 7E3E38 XX 2nd Enemy Timer Decrement Duration - Singing 7E3E39 XX 2nd Enemy Timer Decrement Duration - Paralyze 7E3E3A XX 2nd Enemy Timer Decrement Duration - ATB Gauge 7E3E3B XX 3rd Enemy Timer Decrement Duration - Stop 7E3E3C XX 3rd Enemy Timer Decrement Duration - Poison 7E3E3D XX 3rd Enemy Timer Decrement Duration - Reflect 7E3E3E XX 3rd Enemy Timer Decrement Duration - Charm 7E3E3F XX 3rd Enemy Timer Decrement Duration - Mute 7E3E40 XX 3rd Enemy Timer Decrement Duration - HP Leak 7E3E41 XX 3rd Enemy Timer Decrement Duration - Old 7E3E42 XX 3rd Enemy Timer Decrement Duration - Regen 7E3E43 XX 3rd Enemy Timer Decrement Duration - Singing 7E3E44 XX 3rd Enemy Timer Decrement Duration - Paralyze 7E3E45 XX 3rd Enemy Timer Decrement Duration - ATB Gauge 7E3E46 XX 4th Enemy Timer Decrement Duration - Stop 7E3E47 XX 4th Enemy Timer Decrement Duration - Poison 7E3E48 XX 4th Enemy Timer Decrement Duration - Reflect 7E3E49 XX 4th Enemy Timer Decrement Duration - Charm 7E3E4A XX 4th Enemy Timer Decrement Duration - Mute 7E3E4B XX 4th Enemy Timer Decrement Duration - HP Leak 7E3E4C XX 4th Enemy Timer Decrement Duration - Old 7E3E4D XX 4th Enemy Timer Decrement Duration - Regen 7E3E4E XX 4th Enemy Timer Decrement Duration - Singing 7E3E4F XX 4th Enemy Timer Decrement Duration - Paralyze 7E3E50 XX 4th Enemy Timer Decrement Duration - ATB Gauge 7E3E51 XX 5th Enemy Timer Decrement Duration - Stop 7E3E52 XX 5th Enemy Timer Decrement Duration - Poison 7E3E53 XX 5th Enemy Timer Decrement Duration - Reflect 7E3E54 XX 5th Enemy Timer Decrement Duration - Charm 7E3E55 XX 5th Enemy Timer Decrement Duration - Mute 7E3E56 XX 5th Enemy Timer Decrement Duration - HP Leak 7E3E57 XX 5th Enemy Timer Decrement Duration - Old 7E3E58 XX 5th Enemy Timer Decrement Duration - Regen 7E3E59 XX 5th Enemy Timer Decrement Duration - Singing 7E3E5A XX 5th Enemy Timer Decrement Duration - Paralyze 7E3E5B XX 5th Enemy Timer Decrement Duration - ATB Gauge 7E3E5C XX 6th Enemy Timer Decrement Duration - Stop 7E3E5D XX 6th Enemy Timer Decrement Duration - Poison 7E3E5E XX 6th Enemy Timer Decrement Duration - Reflect 7E3E5F XX 6th Enemy Timer Decrement Duration - Charm 7E3E60 XX 6th Enemy Timer Decrement Duration - Mute 7E3E61 XX 6th Enemy Timer Decrement Duration - HP Leak 7E3E62 XX 6th Enemy Timer Decrement Duration - Old 7E3E63 XX 6th Enemy Timer Decrement Duration - Regen 7E3E64 XX 6th Enemy Timer Decrement Duration - Singing 7E3E65 XX 6th Enemy Timer Decrement Duration - Paralyze 7E3E66 XX 6th Enemy Timer Decrement Duration - ATB Gauge 7E3E67 XX 7th Enemy Timer Decrement Duration - Stop 7E3E68 XX 7th Enemy Timer Decrement Duration - Poison 7E3E69 XX 7th Enemy Timer Decrement Duration - Reflect 7E3E6A XX 7th Enemy Timer Decrement Duration - Charm 7E3E6B XX 7th Enemy Timer Decrement Duration - Mute 7E3E6C XX 7th Enemy Timer Decrement Duration - HP Leak 7E3E6D XX 7th Enemy Timer Decrement Duration - Old 7E3E6E XX 7th Enemy Timer Decrement Duration - Regen 7E3E6F XX 7th Enemy Timer Decrement Duration - Singing 7E3E70 XX 7th Enemy Timer Decrement Duration - Paralyze 7E3E71 XX 7th Enemy Timer Decrement Duration - ATB Gauge 7E3E72 XX 8th Enemy Timer Decrement Duration - Stop 7E3E73 XX 8th Enemy Timer Decrement Duration - Poison 7E3E74 XX 8th Enemy Timer Decrement Duration - Reflect 7E3E75 XX 8th Enemy Timer Decrement Duration - Charm 7E3E76 XX 8th Enemy Timer Decrement Duration - Mute 7E3E77 XX 8th Enemy Timer Decrement Duration - HP Leak 7E3E78 XX 8th Enemy Timer Decrement Duration - Old 7E3E79 XX 8th Enemy Timer Decrement Duration - Regen 7E3E7A XX 8th Enemy Timer Decrement Duration - Singing 7E3E7B XX 8th Enemy Timer Decrement Duration - Paralyze 7E3E7C XX 8th Enemy Timer Decrement Duration - ATB Gauge 7E3E7D XX Creature List Counter - Stop 7E3E7E XX Creature List Counter - Poison 7E3E7F XX Creature List Counter - Reflect 7E3E80 XX Creature List Counter - Charm 7E3E81 XX Creature List Counter - Mute 7E3E82 XX Creature List Counter - Hp Leak 7E3E83 XX Creature List Counter - Old 7E3E84 XX Creature List Counter - Regen 7E3E85 XX Creature List Counter - Singing 7E3E86 XX Creature List Counter - Paralyze 7E3E87 XX Creature List Counter - ATB Gauge 7E3E88 XX Process Ending Timer Flag - Stop 7E3E89 XX Process Ending Timer Flag - Poison 7E3E8A XX Process Ending Timer Flag - Reflect 7E3E8B XX Process Ending Timer Flag - Charm 7E3E8C XX Process Ending Timer Flag - Mute 7E3E8D XX Process Ending Timer Flag - Hp Leak 7E3E8E XX Process Ending Timer Flag - Old 7E3E8F XX Process Ending Timer Flag - Regen 7E3E90 XX Process Ending Timer Flag - Sing 7E3E91 XX Process Ending Timer Flag - Paralysis 7E3E92 XX Process Ending Timer Flag - ATB Gauge 7E3E93 XX Random Creature List - 1st Player? 7E3E94 XX Random Creature List - 2nd Player? 7E3E95 XX Random Creature List - 3rd Player? 7E3E96 XX Random Creature List - 4th Player? 7E3E97 XX Random Creature List - 1st Enemy? 7E3E98 XX Random Creature List - 2nd Enemy? 7E3E99 XX Random Creature List - 3rd Enemy? 7E3E9A XX Random Creature List - 4th Enemy? 7E3E9B XX Random Creature List - 5th Enemy? 7E3E9C XX Random Creature List - 6th Enemy? 7E3E9D XX Random Creature List - 7th Enemy? 7E3E9E XX Random Creature List - 8th Enemy? 7E3E9F XX 7E3EA0 XX 7E3EA1 XX 7E3EA2 XX 7E3EA3 XX 7E3EA4 XX 7E3EA5 XX 7E3EA6 XX 7E3EA7 XX 7E3EA8 XX 7E3EA9 XX 7E3EAA XX 7E3EAB XX 7E3EAC XX 7E3EAD XX 7E3EAE XX 7E3EAF XX 7E3EB0 XX 7E3EB1 XX 7E3EB2 XX 7E3EB3 XX 7E3EB4 XX 7E3EB5 XX 7E3EB6 XX 7E3EB7 XX Creature Timer Ending - Stop 7E3EB8 XX Creature Timer Ending - Poison 7E3EB9 XX Creature Timer Ending - Reflect 7E3EBA XX Creature Timer Ending - Charm 7E3EBB XX Creature Timer Ending - Mute 7E3EBC XX Creature Timer Ending - Hp Leak 7E3EBD XX Creature Timer Ending - Old 7E3EBE XX Creature Timer Ending - Regen 7E3EBF XX Creature Timer Ending - Singing 7E3EC0 XX Creature Timer Ending - Paralyze 7E3EC1 XX Creature Timer Ending - ATB Gauge 7E3EC2 XX non-0 if 1st player is alive/active; if the value is 0 the character is skipped e.g. in the atb updates 7E3EC3 XX non-0 if 2nd player is alive/active... 7E3EC4 XX non-0 if 3rd player is alive/active... 7E3EC5 XX non-0 if 4th player is alive/active... 7E3EC6 XX non-0 if 1st enemy is alive/active... 7E3EC7 XX non-0 if 2nd enemy is alive/active... 7E3EC8 XX non-0 if 3rd enemy is alive/active... 7E3EC9 XX non-0 if 4th enemy is alive/active... 7E3ECA XX non-0 if 5th enemy is alive/active... 7E3ECB XX non-0 if 6th enemy is alive/active... 7E3ECC XX non-0 if 7th enemy is alive/active... 7E3ECD XX non-0 if 8th enemy is alive/active... 7E3ECE XX Type of timer flag? 7E3ED6 XX Battle Mode wait delay for ATC (derived from battle speed / mode settings) 7E3ED7 XX Group/Enemy Timer flag? (0: for ally, 1: enemy) 7E3ED8 XX Status Duration 7E3ED9 XX Timer Decrement Duration - Stop 7E3EDA XX Timer Decrement Duration - Poison 7E3EDB XX Timer Decrement Duration - Reflect 7E3EDC XX Timer Decrement Duration - Charm 7E3EDD XX Timer Decrement Duration - Mute 7E3EDE XX Timer Decrement Duration - Hp Leak 7E3EDF XX Timer Decrement Duration - Old 7E3EE0 XX Timer Decrement Duration - Regen 7E3EE1 XX Timer Decrement Duration - Singing 7E3EE2 XX Timer Decrement Duration - Paralyze 7E3EE3 XX Timer Decrement Duration - ATB Gauge 7E3EE4 XX Process Timer Flag - Stop 7E3EE5 XX Process Timer Flag - Poison 7E3EE6 XX Process Timer Flag - Reflect 7E3EE7 XX Process Timer Flag - Charm 7E3EE8 XX Process Timer Flag - Mute 7E3EE9 XX Process Timer Flag - Hp Leak 7E3EEA XX Process Timer Flag - Old 7E3EEB XX Process Timer Flag - Regen 7E3EEC XX Process Timer Flag - Singing 7E3EED XX Process Timer Flag - Paralyze 7E3EEE XX Process Timer Flag - ATB Gauge 7E3EEF XX Visual FX (copied from D0:3000) 00 - Intro - Normal 01 - Intro - Drop 02 - Intro - Scroll Up 03 - Intro - Fade (n/u) 04 - Intro - Cinematic (Demo Battles) 05 - Intro - Scroll Right 06 - Intro - ? 07 - Intro - ? 08 - n/u? 10 - Wall Barrier FX 20 - Invalid Target FX (Final Boss) 40 - Underwater FX 80 - Credits FX 7E3EF0 XX Escape % (MSB=Cannot escape) 7E3EF1 XX ABP won after battle 2.0 7E3EF2 XX Visible Enemies flag 7E3EF3 XX 1st Monster ID 7E3EF4 XX 2nd Monster ID 7E3EF5 XX 3rd Monster ID 7E3EF6 XX 4th Monster ID 7E3EF7 XX 5th Monster ID 7E3EF8 XX 6th Monster ID 7E3EF9 XX 7th Monster ID 7E3EFA XX 8th Monster ID 7E3EFB XX Palette part 1 (Monster 1-4) 7E3EFC XX Palette part 2 (Monster 5-8) 7E3EFD XX Music Control + Boss Battle 00 - Battle 01 - Boss 02 - Neo-Exdeath 03 - Gilgamesh 04 - Exdeath 05 - Exdeath Battle 06 - Gogo 07 - Exdeath Destroyed 08/20 - Track 40 - No Fanfare 80 - No track change (overrides Track) 7E3EFE XX Battle Parameters 80 - Always back attack (w/o Caution) 40 - Void (!Time) NOT allowed 20 - Boss battle formation 10 - Reveal monster (Sandworm) 08 - Used for Minotarus...? 04 - Void casted at start 02 - No reward 01 - Alternate death 7E3EFF XX 1st Enemy Speed 7E3F00 XX 1st Enemy Attack power 7E3F01 XX 1st Enemy Attack Mult 7E3F02 XX 1st Enemy Evade % 7E3F03 XX 1st Enemy Defense 7E3F04 XX 1st Enemy Magic Power 7E3F05 XX 1st Enemy Magic Defense 7E3F06 XX 1st Enemy Magic Evade 7E3F07 XXXX 1st Enemy HP 7E3F09 XXXX 1st Enemy MP 7E3F0B XXXX 1st Enemy Exp 7E3F0D XXXX 1st Enemy Gil 7E3F0F XX 1st Enemy Attack FX + Sound Effect 7E3F10 XX 1st Enemy Element Immunity 7E3F11 XX 1st Enemy Status Immune 1 7E3F12 XX 1st Enemy Status Immune 2 7E3F13 XX 1st Enemy Status Immune 3 7E3F14 XX 1st Enemy Element Absorb 7E3F15 XX 1st Enemy Can't Evade 7E3F16 XX 1st Enemy Element Weakness 7E3F17 XX 1st Enemy Creature Type 7E3F18 XX 1st Enemy Command Immunity 7E3F19 XX 1st Enemy Initial Status 1 7E3F1A XX 1st Enemy Initial Status 2 7E3F1B XX 1st Enemy Initial Status 3 7E3F1C XX 1st Enemy Initial Status 4 7E3F1D XX 1st Enemy Monster Index 7E3F1E XX 1st Enemy Level 7E3F1F XX 2nd Enemy Speed 7E3F20 XX 2nd Enemy Attack power 7E3F21 XX 2nd Enemy Attack Mult 7E3F22 XX 2nd Enemy Evade % 7E3F23 XX 2nd Enemy Defense 7E3F24 XX 2nd Enemy Magic Power 7E3F25 XX 2nd Enemy Magic Defense 7E3F26 XX 2nd Enemy Magic Evade 7E3F27 XXXX 2nd Enemy HP 7E3F29 XXXX 2nd Enemy MP 7E3F2B XXXX 2nd Enemy Exp 7E3F2D XXXX 2nd Enemy Gil 7E3F2F XX 2nd Enemy Attack FX + Sound Effect 7E3F30 XX 2nd Enemy Element Immunity 7E3F31 XX 2nd Enemy Status Immune 1 7E3F32 XX 2nd Enemy Status Immune 2 7E3F33 XX 2nd Enemy Status Immune 3 7E3F34 XX 2nd Enemy Element Absorb 7E3F35 XX 2nd Enemy Can't Evade 7E3F36 XX 2nd Enemy Element Weakness 7E3F37 XX 2nd Enemy Creature Type 7E3F38 XX 2nd Enemy Command Immunity 7E3F39 XX 2nd Enemy Initial Status 1 7E3F3A XX 2nd Enemy Initial Status 2 7E3F3B XX 2nd Enemy Initial Status 3 7E3F3C XX 2nd Enemy Initial Status 4 7E3F3D XX 2nd Enemy Monster Index 7E3F3E XX 2nd Enemy Level 7E3F3F XX 3rd Enemy Speed 7E3F40 XX 3rd Enemy Attack power 7E3F41 XX 3rd Enemy Attack Mult 7E3F42 XX 3rd Enemy Evade % 7E3F43 XX 3rd Enemy Defense 7E3F44 XX 3rd Enemy Magic Power 7E3F45 XX 3rd Enemy Magic Defense 7E3F46 XX 3rd Enemy Magic Evade 7E3F47 XXXX 3rd Enemy HP 7E3F49 XXXX 3rd Enemy MP 7E3F4B XXXX 3rd Enemy Exp 7E3F4D XXXX 3rd Enemy Gil 7E3F4F XX 3rd Enemy Attack FX + Sound Effect 7E3F50 XX 3rd Enemy Element Immunity 7E3F51 XX 3rd Enemy Status Immune 1 7E3F52 XX 3rd Enemy Status Immune 2 7E3F53 XX 3rd Enemy Status Immune 3 7E3F54 XX 3rd Enemy Element Absorb 7E3F55 XX 3rd Enemy Can't Evade 7E3F56 XX 3rd Enemy Element Weakness 7E3F57 XX 3rd Enemy Creature Type 7E3F58 XX 3rd Enemy Command Immunity 7E3F59 XX 3rd Enemy Initial Status 1 7E3F5A XX 3rd Enemy Initial Status 2 7E3F5B XX 3rd Enemy Initial Status 3 7E3F5C XX 3rd Enemy Initial Status 4 7E3F5D XX 3rd Enemy Monster Index 7E3F5E XX 3rd Enemy Level 7E3F5F XX 4th Enemy Speed 7E3F60 XX 4th Enemy Attack power 7E3F61 XX 4th Enemy Attack Mult 7E3F62 XX 4th Enemy Evade % 7E3F63 XX 4th Enemy Defense 7E3F64 XX 4th Enemy Magic Power 7E3F65 XX 4th Enemy Magic Defense 7E3F66 XX 4th Enemy Magic Evade 7E3F67 XXXX 4th Enemy HP 7E3F69 XXXX 4th Enemy MP 7E3F6B XXXX 4th Enemy Exp 7E3F6D XXXX 4th Enemy Gil 7E3F6F XX 4th Enemy Attack FX + Sound Effect 7E3F70 XX 4th Enemy Element Immunity 7E3F71 XX 4th Enemy Status Immune 1 7E3F72 XX 4th Enemy Status Immune 2 7E3F73 XX 4th Enemy Status Immune 3 7E3F74 XX 4th Enemy Element Absorb 7E3F75 XX 4th Enemy Can't Evade 7E3F76 XX 4th Enemy Element Weakness 7E3F77 XX 4th Enemy Creature Type 7E3F78 XX 4th Enemy Command Immunity 7E3F79 XX 4th Enemy Initial Status 1 7E3F7A XX 4th Enemy Initial Status 2 7E3F7B XX 4th Enemy Initial Status 3 7E3F7C XX 4th Enemy Initial Status 4 7E3F7D XX 4th Enemy Monster Index 7E3F7E XX 4th Enemy Level 7E3F7F XX 5th Enemy Speed 7E3F80 XX 5th Enemy Attack power 7E3F81 XX 5th Enemy Attack Mult 7E3F82 XX 5th Enemy Evade % 7E3F83 XX 5th Enemy Defense 7E3F84 XX 5th Enemy Magic Power 7E3F85 XX 5th Enemy Magic Defense 7E3F86 XX 5th Enemy Magic Evade 7E3F87 XXXX 5th Enemy HP 7E3F89 XXXX 5th Enemy MP 7E3F8B XXXX 5th Enemy Exp 7E3F8D XXXX 5th Enemy Gil 7E3F8F XX 5th Enemy Attack FX + Sound Effect 7E3F90 XX 5th Enemy Element Immunity 7E3F91 XX 5th Enemy Status Immune 1 7E3F92 XX 5th Enemy Status Immune 2 7E3F93 XX 5th Enemy Status Immune 3 7E3F94 XX 5th Enemy Element Absorb 7E3F95 XX 5th Enemy Can't Evade 7E3F96 XX 5th Enemy Element Weakness 7E3F97 XX 5th Enemy Creature Type 7E3F98 XX 5th Enemy Command Immunity 7E3F99 XX 5th Enemy Initial Status 1 7E3F9A XX 5th Enemy Initial Status 2 7E3F9B XX 5th Enemy Initial Status 3 7E3F9C XX 5th Enemy Initial Status 4 7E3F9D XX 5th Enemy Monster Index 7E3F9E XX 5th Enemy Level 7E3F9F XX 6th Enemy Speed 7E3FA0 XX 6th Enemy Attack power 7E3FA1 XX 6th Enemy Attack Mult 7E3FA2 XX 6th Enemy Evade % 7E3FA3 XX 6th Enemy Defense 7E3FA4 XX 6th Enemy Magic Power 7E3FA5 XX 6th Enemy Magic Defense 7E3FA6 XX 6th Enemy Magic Evade 7E3FA7 XXXX 6th Enemy HP 7E3FA9 XXXX 6th Enemy MP 7E3FAB XXXX 6th Enemy Exp 7E3FAD XXXX 6th Enemy Gil 7E3FAF XX 6th Enemy Attack FX + Sound Effect 7E3FB0 XX 6th Enemy Element Immunity 7E3FB1 XX 6th Enemy Status Immune 1 7E3FB2 XX 6th Enemy Status Immune 2 7E3FB3 XX 6th Enemy Status Immune 3 7E3FB4 XX 6th Enemy Element Absorb 7E3FB5 XX 6th Enemy Can't Evade 7E3FB6 XX 6th Enemy Element Weakness 7E3FB7 XX 6th Enemy Creature Type 7E3FB8 XX 6th Enemy Command Immunity 7E3FB9 XX 6th Enemy Initial Status 1 7E3FBA XX 6th Enemy Initial Status 2 7E3FBB XX 6th Enemy Initial Status 3 7E3FBC XX 6th Enemy Initial Status 4 7E3FBD XX 6th Enemy Monster Index 7E3FBE XX 6th Enemy Level 7E3FBF XX 7th Enemy Speed 7E3FC0 XX 7th Enemy Attack power 7E3FC1 XX 7th Enemy Attack Mult 7E3FC2 XX 7th Enemy Evade % 7E3FC3 XX 7th Enemy Defense 7E3FC4 XX 7th Enemy Magic Power 7E3FC5 XX 7th Enemy Magic Defense 7E3FC6 XX 7th Enemy Magic Evade 7E3FC7 XXXX 7th Enemy HP 7E3FC9 XXXX 7th Enemy MP 7E3FCB XXXX 7th Enemy Exp 7E3FCD XXXX 7th Enemy Gil 7E3FCF XX 7th Enemy Attack FX + Sound Effect 7E3FD0 XX 7th Enemy Element Immunity 7E3FD1 XX 7th Enemy Status Immune 1 7E3FD2 XX 7th Enemy Status Immune 2 7E3FD3 XX 7th Enemy Status Immune 3 7E3FD4 XX 7th Enemy Element Absorb 7E3FD5 XX 7th Enemy Can't Evade 7E3FD6 XX 7th Enemy Element Weakness 7E3FD7 XX 7th Enemy Creature Type 7E3FD8 XX 7th Enemy Command Immunity 7E3FD9 XX 7th Enemy Initial Status 1 7E3FDA XX 7th Enemy Initial Status 2 7E3FDB XX 7th Enemy Initial Status 3 7E3FDC XX 7th Enemy Initial Status 4 7E3FDD XX 7th Enemy Monster Index 7E3FDE XX 7th Enemy Level 7E3FDF XX 8th Enemy Speed 7E3FE0 XX 8th Enemy Attack power 7E3FE1 XX 8th Enemy Attack Mult 7E3FE2 XX 8th Enemy Evade % 7E3FE3 XX 8th Enemy Defense 7E3FE4 XX 8th Enemy Magic Power 7E3FE5 XX 8th Enemy Magic Defense 7E3FE6 XX 8th Enemy Magic Evade 7E3FE7 XXXX 8th Enemy HP 7E3FE9 XXXX 8th Enemy MP 7E3FEB XXXX 8th Enemy Exp 7E3FED XXXX 8th Enemy Gil 7E3FEF XX 8th Enemy Attack FX + Sound Effect 7E3FF0 XX 8th Enemy Element Immunity 7E3FF1 XX 8th Enemy Status Immune 1 7E3FF2 XX 8th Enemy Status Immune 2 7E3FF3 XX 8th Enemy Status Immune 3 7E3FF4 XX 8th Enemy Element Absorb 7E3FF5 XX 8th Enemy Can't Evade 7E3FF6 XX 8th Enemy Element Weakness 7E3FF7 XX 8th Enemy Creature Type 7E3FF8 XX 8th Enemy Command Immunity 7E3FF9 XX 8th Enemy Initial Status 1 7E3FFA XX 8th Enemy Initial Status 2 7E3FFB XX 8th Enemy Initial Status 3 7E3FFC XX 8th Enemy Initial Status 4 7E3FFD XX 8th Enemy Monster Index 7E3FFE XX 8th Enemy Level 7E3FFF XX Visible Enemies flag 7E4000 XX 1st Enemy Coordinates 2.0 7E4001 XX 2nd Enemy Coordinates 2.0 7E4002 XX 3rd Enemy Coordinates 2.0 7E4003 XX 4th Enemy Coordinates 2.0 7E4004 XX 5th Enemy Coordinates 2.0 7E4005 XX 6th Enemy Coordinates 2.0 7E4006 XX 7th Enemy Coordinates 2.0 7E4007 XX 8th Enemy Coordinates 2.0 7E4008 XXXX 1st Enemy Name ID 4.13 7E400A XXXX 2nd Enemy Name ID 4.13 7E400C XXXX 3rd Enemy Name ID 4.13 7E400E XXXX 4th Enemy Name ID 4.13 7E4010 XXXX 5th Enemy Name ID 4.13 7E4012 XXXX 6th Enemy Name ID 4.13 7E4014 XXXX 7th Enemy Name ID 4.13 7E4016 XXXX 8th Enemy Name ID 4.13 7E4018 XX 1st Enemy visible? 7E4019 XX 2nd Enemy visible? 7E401A XX 3rd Enemy visible? 7E401B XX 4th Enemy visible? 7E401C XX 5th Enemy visible? 7E401D XX 6th Enemy visible? 7E401E XX 7th Enemy visible? 7E401F XX 8th Enemy visible? 7E4020 XXXX 1st Enemy Sprite 4.13 7E4022 XXXX 2nd Enemy Sprite 4.13 7E4024 XXXX 3rd Enemy Sprite 4.13 7E4026 XXXX 4th Enemy Sprite 4.13 7E4028 XXXX 5th Enemy Sprite 4.13 7E402A XXXX 6th Enemy Sprite 4.13 7E402C XXXX 7th Enemy Sprite 4.13 7E402E XXXX 8th Enemy Sprite 4.13 7E4030 XX 1st Enemy ? 7E4031 XX 2nd Enemy ? 7E4032 XX 3rd Enemy ? 7E4033 XX 4th Enemy ? 7E4034 XX 5th Enemy ? 7E4035 XX 6th Enemy ? 7E4036 XX 7th Enemy ? 7E4037 XX 8th Enemy ? 7E4038 XXXX Monster Type 7E403A XXXX 7E403C XXXX Monster Type 7E403E XXXX 7E4040 XXXX 7E4042 XXXX 7E4044 XXXX 7E4046 XXXX 7E4048 XX N/U? 7E4049 XX Character 1 Slot Properties - Head (x12 bytes?) 7E4055 XX Character 1 Slot Properties - Body (x12 bytes?) 7E4061 XX Character 1 Slot Properties - Accessory (x12 bytes?) 7E406D XX Character 1 Slot Properties - Right Hand Shield (x12 bytes?) 7E4079 XX Character 1 Slot Properties - Left Hand Shield (x12 bytes?) 7E4085 XX Character 1 Slot Properties - Right Hand Weapon (x12 bytes?) 7E4091 XX Character 1 Slot Properties - Left Hand Weapon (x12 bytes?) 7E409D XX Character 2 Slot Properties - x84 bytes (see 7E4049) 7E40F1 XX Character 3 Slot Properties - x84 bytes (see 7E4049) 7E4145 XX Character 4 Slot Properties - x84 bytes (see 7E4049) 7E41C0 XX Command queued? 7E41D5 XX Command entered (1st character) 7E4200 XX 7E420B XX 7E420C XX 7E4363 XX Monster Action stuff (var 1)? 7E4364 XX Monster Action stuff (var 2)? 7E4365 XX Monster Action stuff (var 3)? 7E4694 XX Condition flag? 7E4800 to 7E490E ? 7E52A3 XX Related to message speed? 7E5C00 to 7E5FFF 7E79F9 XX Number of pending graphics commands 7E79FA XX Number of attacks (for current action) 7E79FB XX ? 7E79FC XX Attacking Weapon/Spell Parameter 1 - 1st Character? 7E79FD XX Attacking Weapon/Spell Parameter 2 - 2nd Character? 7E79FE XX Attacking Weapon/Spell Parameter 3 - 3rd Character? 7E79FF XX Attacking Weapon/Spell Parameter 4 - 4th Character? 7E7A00 XX Attacking Weapon/Spell Parameter 5 - 1st Enemy? 7E7A01 XX Attacking Weapon/Spell Parameter 6 - 2nd Enemy? 7E7A02 XX Attacking Weapon/Spell Parameter 7 - 3rd Enemy? 7E7A03 XX Attacking Weapon/Spell Parameter 8 - 4th Enemy? 7E7A04 XX Attacking Weapon/Spell Parameter 9 - 5th Enemy? 7E7A05 XX Attacking Weapon/Spell Parameter 10 - 6th Enemy? 7E7A06 XX Attacking Weapon/Spell Parameter 11 - 7th Enemy? 7E7A07 XX Attacking Weapon/Spell Parameter 12 - 8th Enemy? 7E7A0C XX Wonder Rod Attack Type? 7E7AFC XXXX Target Selected 80 - 1st Player 40 - 2nd Player 20 - 3rd Player 10 - 4th Player 08 - 1st Enemy 04 - 2nd Enemy 02 - 3rd Enemy 01 - 4th Enemy 8000 - 5th Enemy 4000 - 6th Enemy 2000 - 7th Enemy 1000 - 8th Enemy 7E7AFC XX Target Selected bit 01, 02, 04 - are set if enemy is selected 7E7AFD XX Target Selected bits 80, 40, 20, 10 - Are set if enemy are selected 7E7B2D XX Attack Type (Formula) 4.10 7E7B2E XX Wonder Rod Attack Type? 7E7B69 XX Final Damage 7E7B6A XX Enemy Damage point temp var? 7E7B6B XXXX Final Damage 7E7B6D XXXX Final Damage (if = 0?, for Undead?) 7E7B6F XXXX Final Damage (for Undead?) 7E7B71 XXXX Final Damage (for Healing?) 7E7B73 XXXX Final Damage to MP (For Undead?) 7E7B75 XXXX Final Damage to MP? 7E7B77 XXXX Final Damage to MP? 7E7B79 XXXX Final Damage to MP (For Undead?) 7E7BDE XX Escape flag (set it to 1 to escape immediately, even from boss battles) 7E7BE1 XX Current Attacker's Strength value used in Damage Formula 7E7BE2 XX Current Attacker's Agility value used in DM 7E7BE3 XX Current Attacker's Vitality value used in DM 7E7BE4 XX Current Attacker's Magic Power value used in DM 7E7BE5 XX Current Attacker's Level value used in DM 7E7BE6 XX Battle Type Flag 80 - Always back attack (w/o Caution) 40 - Void (!Time) NOT allowed 20 - Boss battle formation 10 - Reveal monster (Sandworm) 08 - Used for Minotarus...? 04 - Void casted at start 02 - No reward 01 - Alternate death 7E7C03 XX selector?? (0/1 - Ally/Enemy?) 7E7C04 XX countdown AI used (mod 3)?? 7E7C09 XX Monsters alive? (flag) 7E7C0A XX Monsters visible (flag) 7E7C0B XXXXXX Monster Gil? 7E7C0E XXXXXX Monster Experience? 7E7C11 XX Giant Drink Max Hp before use (1st Player)? 7E7C12 XX Giant Drink Max Hp before use (2nd Player)? 7E7C13 XX Giant Drink Max Hp before use (3rd Player)? 7E7C14 XX Giant Drink Max Hp before use (4th Player)? 7E7C1E XXXX Earth Wall Hp (Golem Summon) 2.0 7E7C20 XX ? 7E7C21 XX ? 7E7C4B XX Monster captured? 7E7C50 XX 7E7C51 XX Quick magic turns? 7E7C52 XX 7E7C53 XX 7E7C54 XX 7E7C55 XX Battle RNG counter selector [B/A] 7E7C56 XX Target related stuff??? 7E7C57 XX ? 7E7C58 XX ? 7E7C59 XX N>0 means Giant Drink used (1st Player)? 7E7C5A XX Giant Drink used (2nd Player)? 7E7C5B XX Giant Drink used (3rd Player)? 7E7C5C XX Giant Drink used (4th Player)? 7E7C5D XX ? 7E7C5E XX ? 7E7C5F XX Escape wait counter 7E7C64 XXXX Current Hp of attacker? 7E7C66 XX *Item Drop ID (in Item Drop Screen) 7E7C74 XX Magic Lamp, Next Magic (Battle) 4.4 7E7C75 XX # of time Escaped (Battle) 2.0 7E7C76 XX Wonder Rod Magic (Battle) 4.4 7E7C85 XX Battle Events flags 01 (copy of $7E09C5) +---------------------------------------------------------------------------------+ ENEMY REPLACED BY +---------------------------------------------------------------------------------+ 01 - N/U 02 - N/U 04 - Gilgamesh (Morphed) -> Gilgamesh (Necrophobia) 08 - Sekmet -> BlandLamia 10 - ???? (Golem) -> Likaon x5 20 - Golem + BoneDragon + ZombieDrgn -> Likaon x5 40 - Shoat -> Bold Mani, Land Turtle, Cure Beast 80 - Ramuh -> Mithril Dragon +---------------------------------------------------------------------------------+ 7E7C86 XX Battle Events flags 02 (copy of $7E09C6) 01 - ? 02 - ? 04 - ? 08 - ? 10 - ? 20 - ? 40 - ? 80 - Exdeath (solo battle vs. Galuf) 7E7C87 XX Battle Events flags 03 (copy of $7E09C7) 01 - ? 02 - ? 04 - ? 08 - ? 10 - Faris ??? 20 - Galuf ??? 40 - Lenna ??? 80 - Butz ??? 7E7C88 XX Battle Events flags 04? (copy of $7E09C8) 7E7C89 XX Battle Events flags 05? (copy of $7E09C9) 7E7C8A XX Battle Events flags 06? (copy of $7E09CA) 7E7C8B XX Battle Events flags 07? (copy of $7E09CB) 7E7C8C XX Battle Events flags 08? (copy of $7E09CC) 7E7C8D XX Battle Events flags 09? (copy of $7E09CD) 7E7C8E XX Battle Events flags 10? (copy of $7E09CE) 7E7C8F XX Battle Events flags 11? (copy of $7E09CF) 7E7C90 XX Battle Events flags 12? (copy of $7E09D0) 7E7C91 XX Battle Events flags 13? (copy of $7E09D1) 7E7C92 XX Battle Events flags 14? (copy of $7E09D2) 7E7C93 XX Battle Events flags 15? (copy of $7E09D3) 7E7C94 XX Run timer for timed events flag (Copy of 7E0AFB) 7E7C95 XXXX Timed events (frames) (Copy of 7E0AFC) 7E7C97 XX 1 Element Null, 0 Element Evade (is miss from Null or Evade Element) 7E7CB7 XXXX Division's dividend routine stuff? 7E7CB9 XXXX Division's divisor routine stuff? 7E7CBB XXXX Division's result routine stuff? 7E7CBD XXXX Division's reminder result routine stuff? 7E7CD7 XX ? 7E7CD8 XX Repeat Battle??? 7E7D0A to 7E7E06 Animation stuff? 7ED0C2 XX Single/Multiple flag 7ED0C3 XX Magic Type? 7ED0C4 XX Single Target Modifier 00 to 07 Enemies (1-8) 08 to 0B Characters (1-4) 7ED0C5 XX Targeting Modifier 01 Targets all enemies 02 Targets all characters 7EF87C to 7EF88B UNUSED? 7EF9CC to 7EF9DB UNUSED? 7EFEEA to 7EFEEF UNUSED? 7EFEF1 to 7EFEF3 UNUSED? 7EFF34 to 7EFFFF UNUSED? 7F6000 to 7F61FF UNUSED? 7F6A11 to 7F6A17 UNUSED? 7F6A43 to 7F6A48 UNUSED? 7F8000 Place for dynamically uncompressed code (BGFX) -------------------------------------------------------------------------------- Description -------------------------------------------------------------------------------- 1.0 Flags +--+---+ |00|Off| |01|On | +--+---+ 2.0 Hex Numbers +----+----+-----+ +--------+----+-----+ +----------------+----+-----+ | Bin| Hex| Dec | | Bin | Hex| Dec | | Bin | Hex| Dec | +----+----+-----+ +--------+----+-----+ +----------------+----+-----+ |0000| 0| 0| |00000000| 00| 0| |0000000000000000|0000| 0| |0001| 1| 1| |00010000| 10| 16| |0001000000000000|1000| 4096| |0010| 2| 2| |00100000| 20| 32| |0010000000000000|2000| 8192| |0011| 3| 3| |00110000| 30| 48| |0011000000000000|3000|12288| |0100| 4| 4| |01000000| 40| 64| |0100000000000000|4000|16384| |0101| 5| 5| |01010000| 50| 80| |0101000000000000|5000|20480| |0110| 6| 6| |01100000| 60| 96| |0110000000000000|6000|24576| |0111| 7| 7| |01110000| 70| 112| |0111000000000000|7000|28672| |1000| 8| 8| |10000000| 80| 128| |1000000000000000|8000|32768| |1001| 9| 9| |10010000| 90| 144| |1001000000000000|9000|36864| |1010| A| 10| |10100000| A0| 160| |1010000000000000|A000|40960| |1011| B| 11| |10110000| B0| 176| |1011000000000000|B000|45056| |1100| C| 12| |11000000| C0| 192| |1100000000000000|C000|49152| |1101| D| 13| |11010000| D0| 208| |1101000000000000|D000|53248| |1110| E| 14| |11100000| E0| 224| |1110000000000000|E000|57344| |1111| F| 15| |11110000| F0| 240| |1111000000000000|F000|61440| +----+----+-----+ |11111111| FF| 255| |1111111111111111|FFFF|65535| +--------+----+-----+ +----------------+----+-----+ 2.1 Steps $00CC4A - $00CC51 (ROM) -> WORLD danger table for random battle encounters (2*4) +----+------+-----+-------------------------+ | # |DANGER| DEC | Description | +----+------+-----+-------------------------+ | 01 | 0100 | 224 | Used in Land | | 02 | 0010 | 64 | Used in Sea | | 03 | 0180 | 384 | Not used | | 04 | 0000 | 512 | No encounters | +----+------+-----+-------------------------+ $00CB09 - $00CB10 (ROM) -> DUNGEON danger table for random battle encounters (2*4) +----+------+-----+-------------------------+ | # |DANGER| DEC | Description | +----+------+-----+-------------------------+ | 01 | 00E0 | 224 | Used in most dungeons | | 02 | 0040 | 64 | Used in desolated areas | | 03 | 0180 | 384 | Used in infested areas | | 04 | 0200 | 512 | Not used | +----+------+-----+-------------------------+ 3.0 Bitwise Values 3.1 Status 3.1a Curable Status 3.1b Temporary Status 3.1c Dispellable Status 3.1d Permanent Status +-----------+-----------+-----------+-----------+ | 3.1a | 3.1b | 3.1c | 3.1d | +---+-----------+-----------+-----------+-----------+ |Hex| Curable | Temporary |Dispellable| Permanent | +---+-----------+-----------+-----------+-----------+ | 01|Darkness |Image(1) |Regen |Hidden | | 02|Zombie |Image(2) |Invul |Near Death | | 04|Poison |Mute |Slow |Singing | | 08|Float |Berserk |Haste |Hp Leak | | 10|Mini |Charm |Stop |Countdown | | 20|Toad |Paralyze |Shell |Controlled | | 40|Petrify |Sleep |Armor |False Image| | 80|Dead |Aging |Wall |Erased | +---+-----------+-----------+-----------+-----------+ Note: Enemy Curable status 80h is used as (Always), rather than Dead 3.2 Element +---+-----------+ |Hex| Element | +---+-----------+ | 01|Fire | | 02|Ice | | 04|Lightning | | 08|Poison | | 10|Holy | | 20|Earth | | 40|Wind | | 80|Water | +---+-----------+ Note: Magic Element Up uses 80h to Boost stats rather than Water Element type. 3.3 Can't Evade +---+-----------+ |Hex|Can't Evade| +---+-----------+ | 01|Blue | | 02|White | | 04|Black | | 08|Dimen | | 10|Summon | | 20|Sound | | 40|Ranged | | 80|Melee | +---+-----------+ 3.4 Creature +---+-----------+ |Hex| Creature | +---+-----------+ | 01|Undead | | 02|Archaetoad | | 04|Creature | | 08|Avis | | 10|Dragon | | 20|Heavy | | 40|Desert | | 80|Human | +---+-----------+ 3.5 Command +---+-----------+ |Hex| Command | +---+-----------+ | 01| | | 02| | | 04| | | 08| Catch | | 10| Control | | 20| | | 40| | | 80| Hp Scan | +---+-----------+ 3.6 Action Flags +---+-----------+ |Hex| Action | +---+-----------+ | 01| | | 02| | | 04| | | 08| Flirting | | 10| Jumping | | 20| | | 40| Guarding | | 80| Defending | +---+-----------+ 3.7 Song chanted +---+-----------+ |Hex| Song | +---+-----------+ | 01| | | 02| | | 04| | | 08| Level | | 10| Magic | | 20| Physical | | 40| Speed | | 80| Power | +---+-----------+ 3.8 Damage Modifier +---+-----------------------+ |Hex| Modifier | +---+-----------------------+ | 01| 2x Damage on Humanoids| | 02| SwdSlap | | 04| Defense = 0 | | 08| M = M / 2 | | 10| M = M * 2 | | 20| Damage = Damage / 2 | | 40| Damage = Damage * 2 | | 80| Auto hit | +---+-----------------------+ 3.9 Specialty Properties +---+---------------+ |Hex| Specialty | +---+---------------+ | 01| +50% Attack | | 02| HP Leak | | 04| Charm | | 08| Paralyze | | 10| Blind | | 20| Poison | | 40| Aging | | 80| Unavoidable | +---+---------------+ 3.10 Weapon Specialty +---+--------------------------+ |Hex| Description | +---+--------------------------+ | 01| Wonder Rod | | 02| Effect INSTEAD of attack | | 04| Magic Sword OK | | 08| Effect AFTER attack | | 10| N/U? | | 20| Initiative | | 40| Knife Parry | | 80| Sword Parry | +---+--------------------------+ 3.11 Innate Abilities +---+----------+----------+ |Hex| Ability | Ability | +---+----------+----------+ | 01| Passages | 2-Handed | | 02| Pitfalls | Preemtiv | | 04| DmgFloor | Caution | | 08| Dash | Berserk | | 10| Learning | Medicine | | 20| Barrier | Dbl Grip | | 40| Evade | Brawl | | 80| Counter | Cover | +---+----------+----------+ 3.12 Equipment Specialty +---+-------------------+ |Hex| Specialty | +---+-------------------+ | 01| Catch Up | | 02| Become Undead | | 04| Sword Dance Up | | 08| Half Mp (Battle) | | 10| Steal Up | | 20| Brawl Up | | 40| Evade Physical Up | | 80| Evade Magic Up | +---+-------------------+ 3.13 Equipment Category +---+---------------+---------------+---------------+---------------+ |Hex| Category | Category | Category | Category | +---+---------------+---------------+---------------+---------------+ | 01| Barehanded | Hammer | Bell | Mage Robe | | 02| Common | Katana | Shield | Glove | | 04| Knife | Rod | Helmet | Ring | | 08| Ninja Knife | Staff | Light Helmet | Accessory | | 10| Sword | Flail | Mage Hat | Thief Gear | | 20| Knight Sword | Bow | Dancer Gear | Chemist Gear | | 40| Spear | Harp | Light Armor | Exotic Weapon | | 80| Axe | Whip | Heavy Armor | ? | +---+---------------+---------------+---------------+---------------+ 3.14 Abilities Inventory +---+-------------+-------------+-------------+-------------+ |Hex| Ability | Ability | Ability | Ability | +---+-------------+-------------+-------------+-------------+ | 80| Other | Mantra | Throw | Observe | | 40| Item | Escape | SwdSlap | Analyze | | 20| Row | Steal | GilToss | Tame | | 10| Def. | Capture | Slash | Control | | 08| Attack | Jump | Animals | Catch | | 04| Guard | DrgnSwd | Aim | Release | | 02| Kick | Smoke | X-Fight | Combine | | 01| BuildUp | Image | Conjure | Drink | +---+-------------+-------------+-------------+-------------+ |Hex| Ability | Ability | Ability | Ability | +---+-------------+-------------+-------------+-------------+ | 80| Pray | Flirt | MgcSwrd (1) | White (1) | | 40| Revive | Dance | MgcSwrd (2) | White (2) | | 20| Terrain | Mimic | MgcSwrd (3) | White (3) | | 10|*Dummy01 | | MgcSwrd (4) | White (4) | | 08| Hide | | MgcSwrd (5) | White (5) | | 04| Show | | MgcSwrd (6) | White (6) | | 02|*Dummy02 | | | | | 01| Sing | | | | +---+-------------+-------------+-------------+-------------+ |Hex| Ability | Ability | Ability | Ability | +---+-------------+-------------+-------------+-------------+ | 80| Black (1) | Dimen (1) | Summon (1) | Red (1) | | 40| Black (2) | Dimen (2) | Summon (2) | Red (2) | | 20| Black (3) | Dimen (3) | Summon (3) | Red (3) | | 10| Black (4) | Dimen (4) | Summon (4) | | | 08| Black (5) | Dimen (5) | Summon (5) | | | 04| Black (6) | Dimen (6) | | | | 02| | | | | | 01| | | | | +---+-------------+-------------+-------------+-------------+ |Hex| Ability | Ability | Ability | Ability | +---+-------------+-------------+-------------+-------------+ | 80| X-Magic | Equip Shield| Equip Whips | Brawl | | 40| Blue | Equip Armors| Equip Harps | Dbl Grip | | 20| | Equip Ribbon| Agility | 2-Handed | | 10| | Equip Swords| Hp +10% | Medicine | | 08| | Equip Spears| Hp +20% | Cover | | 04| | Equip Katana| Hp +30% | Counter | | 02| | Equip Axes | Mp +10% | Evade | | 01| | Equip Bows | Mp +30% | Learning | +---+-------------+-------------+-------------+-------------+ |Hex| Ability | Ability | Ability | Ability | +---+-------------+-------------+-------------+-------------+ | 80| Barrier | Dash | | | | 40| Berserk | | | | | 20| Caution | | | | | 10| Preemptiv | | | | | 08| Passages | | | | | 04| DmgFloor | | | | | 02| Pitfalls | | | | | 01| Equip Rods | | | | +---+-------------+-------------+-------------+-------------+ 3.15 Treasures Opened (For the %) +---+-----------------------------------+-----------------------------------+ |Hex| 7E09D4 | 7E09D5 | +---+-----------------------------------+-----------------------------------+ | 01| Broad Sword - Wind Shrine | Tent - Pirate's Cave | | 02| Ether - Beginner's House | Ether - Pirate's Cave | | 04| 100 G - Beginner's House | 300 G - Pirate's Cave | | 08| Potion - Beginner's House | Tent - Wind Shrine | | 10| Phoenix Down - Beginner's House | Leather Helmet - Wind Shrine | | 20| Tent - Beginner's House | Staff - Wind Shrine | | 40| Leather Shoes - Beginner's House | 150 G - Tule | | 80| Leather Helmet - Pirate's Cave | Leather Shoes - Tule | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09D6 | 7E09D7 | +---+-----------------------------------+-----------------------------------+ | 01| Potion - Tule | Antidote - Ship Graveyard | | 02| Tent - Tule | Antidote - Ship Graveyard | | 04| Phoenix Down - Tule | Phoenix Down - Ship Graveyard | | 08| Flail - Ship Graveyard | Antidote - Carwen | | 10| Phoenix Down - Ship Graveyard | Ice Rod - Carwen | | 20| Tent - Ship Graveyard | 1000 G - Carwen | | 40| 990 G - Ship Graveyard | Soft - North Mountain | | 80| Potion - Ship Graveyard | Phoenix Down - North Mountain | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09D8 | 7E09D9 | +---+-----------------------------------+-----------------------------------+ | 01| Glasses - Worus Town | Phoenix Down - Tycoon Castle | | 02| Hi-Potion - Tycoon Castle | Maiden's Kiss - Tycoon Castle | | 04| Ether - Tycoon Castle | Shuriken - Tycoon Castle | | 08| Elixir - Tycoon Castle | Giyaman's Bell - Tycoon Castle | | 10| Phoenix Down - Tycoon Castle | Katana - Tycoon Castle | | 20| Cabin - Tycoon Castle | Elf Cape - Worus Castle | | 40| Ether - Tycoon Castle | 1000 G - Worus Castle | | 80| Elixir - Tycoon Castle | Drag - Worus Castle | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09DA | 7E09DB | +---+-----------------------------------+-----------------------------------+ | 01| 1000 G - Worus Castle | Phoenix Down - Tycoon Meteor | | 02| 490 G - Worus Castle | Heal - Karnak Castle | | 04| Tent - Worus Castle | Thunder Scroll - Karnak Castle | | 08| Phoenix Down - Worus Castle | 2000 G - Karnak Castle | | 10| Silk Robe - Worus Tower | Elixir - Karnak Castle | | 20| Maiden's Kiss - Worus Tower | Elixir - Karnak Castle | | 40| Silver Ring - Worus Tower | Elixir - Karnak Castle | | 80| Ether - Worus Tower | Elixir - Karnak Castle | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09DC | 7E09DD | +---+-----------------------------------+-----------------------------------+ | 01| Elixir - Karnak Castle | Fire Rod - Karnak Town | | 02| Elixir - Karnak Castle | Cabin - Steamship | | 04| Ribbon - Karnak Castle | Phoenix Down - Steamship | | 08| Shuriken - Karnak Castle | Elixir - Steamship | | 10| 2000 G - Karnak Castle | Green Beret - Steamship | | 20| Elixir - Karnak Castle | Thief Glove - Steamship | | 40| Elf Cape - Karnak Castle | Elixir - Steamship | | 80| Guardian Knife - Karnak Castle | Ether - Ancient Library | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09DE | 7E09DF | +---+-----------------------------------+-----------------------------------+ | 01| Phoenix Down - Ancient Library | Elixir - Flying Lonka Ruins | | 02| Stealth Robe - Ancient Library | Phoenix Down - Flying Lonka Ruins | | 04| Shuriken - Jacole's Cave | Gold Shield - Flying Lonka Ruins | | 08| Tent - Jacole's Cave | Mythril Glove - Steamship | | 10| Shuriken - Ruined City | Elixir - Steamship | | 20| Shuriken - Ruined City | Full Moon - Steamship | | 40| Size - Ruined City | Hi-Potion - Flying Lonka Ruins | | 80| Gold Armor - Flying Lonka Ruins | 5000 G - Flying Lonka Ruins | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09E0 | 7E09E1 | +---+-----------------------------------+-----------------------------------+ | 01| Shuriken - Flying Lonka Ruins | Ice Shield - Exdeath Castle | | 02| Ancient Sword - Flying Lonka Ruins| Ether - Exdeath Castle | | 04| Full Moon - Flying Lonka Ruins | Elixir - Exdeath Castle | | 08| Power Ring - Flying Lonka Ruins | Gale Bow - Exdeath Castle | | 10| Ether - Flying Lonka Ruins | Ice Brand - Exdeath Castle | | 20| Cabin - Flying Lonka Ruins | Kotetsu Sword - Exdeath Castle | | 40| Ether - Exdeath Castle | 9900 G - Exdeath Castle | | 80| Diamond Shield - Exdeath Castle | Elixir - Exdeath Castle | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09E2 | 7E09E3 | +---+-----------------------------------+-----------------------------------+ | 01| 8000 G - Exdeath Castle | 1 G - Moogle's Village | | 02| Double Lance - Exdeath Castle | 10000 G - Moogle's Village | | 04| Partisan - Exdeath Castle | Phoenix Down - Moogle's Village | | 08| Pinwheel - Exdeath Castle | Ether - Moogle's Village | | 10| 4400 G - Moogle's Cave | Elf's Cape - Moogle's Village | | 20| Phoenix Down - Moogle's Cave | Angel Suit - Val Castle | | 40| Cabin - Moogle's Village | Hero Drink - Val Castle | | 80| Dancing Dagger - Moogle's Village | Exit - Val Castle | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09E4 | 7E09E5 | +---+-----------------------------------+-----------------------------------+ | 01| Bone Mail - Hiryuu Valley | Float - Surgate Castle | | 02| 5000 G - Hiryuu Valley | Drain Sword - Barrier Tower | | 04| Cabin - Hiryuu Valley | 9000 G - Barrier Tower | | 08| 7000 G - Hiryuu Valley | 18000 G - Barrier Tower | | 10| Coronet - Hiryuu Valley | Gold Hairpin - Barrier Tower | | 20| Airblade - Hiryuu Valley | Guardian Knife - Mua | | 40| Phoenix Down - Hiryuu Valley | 2500 G - Great Forest of Mua | | 80| 5000 G - Surgate Castle | Ether - Great Forest of Mua | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09E6 | 7E09E7 | +---+-----------------------------------+-----------------------------------+ | 01| 4900 G - Great Forest of Mua | Morning Star - Great Forest of Mua| | 02| Phoenix Down - Great Forest of Mua| Ether - Solitary Island Temple | | 04| 9500 G - Great Forest of Mua | Dragon Fang - Solitary Island T. | | 08| Soot - Great Forest of Mua | Elixir - Pyramid | | 10| FlameToungue - Great Forest of Mua| Elixir - Pyramid | | 20| Cabin - Great Forest of Mua | Black Suit - Pyramid | | 40| Giant Drink - Great Forest of Mua | Thornlet - Pyramid | | 80| Elixir - Great Forest of Mua | Dark Matter - Pyramid | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09E8 | 7E09E9 | +---+-----------------------------------+-----------------------------------+ | 01| Crystal Armor - Pyramid | Dark Matter - Pyramid | | 02| Cursed Ring - Pyramid | Dark Matter - Pyramid | | 04| Ice Shield - Pyramid | 9000 G - Pyramid | | 08| Flame Shield - Pyramid | 8000 G - Pyramid | | 10| Dark Matter - Pyramid | Earth Hammer - Pyramid | | 20| White Suit - Pyramid | 10000 G - Pyramid | | 40| Dark Suit - Pyramid | Cabin - Pyramid | | 80| Dark Matter - Pyramid | Elixir - Pyramid | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09EA | 7E09EB | +---+-----------------------------------+-----------------------------------+ | 01| 12000 G - Pyramid | Hi-Potion - Solitary Island Temple| | 02| Dark Matter - Pyramid | Protect Drink - Solitary Island T.| | 04| Elixir - Pyramid | BeastKiller - Solitary Island T. | | 08| Dark Matter - Pyramid | Rising Sun - Solitary Island T. | | 10| Guard Ring - Pyramid | Ether - Solitary Island Temple | | 20| Ribbon - Pyramid | Guard Ring - Solitary Island T. | | 40| Gold Hairpin - Pyramid | Crystal Helmet - Solitary Island | | 80| 12000 G - Solitary Island Temple | 9000 G - Solitary Island Temple | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09EC | 7E09ED | +---+-----------------------------------+-----------------------------------+ | 01| Elixir - Solitary Island Temple | Flame Ring - Great Trench | | 02| Dark Matter - Solitary Island T. | Dragon Fang - Great Trench | | 04| Circlet - Solitary Temple Island | Ether - Great Trench | | 08| Ether - Fork Tower (Left) | Phoenix Down - Great Trench | | 10| Wonder Rod - Fork Tower (Left) | Kaiser Knuckles - Great Trench | | 20| Hi-Potion - Fork Tower (Right) | Ether - Istory Falls | | 40| Defender - Fork Tower (Right) | Turtle Shell - Istory Falls | | 80| Water Scroll - Great Trench | Air Lancet - Istory Falls | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09EE | 7E09EF | +---+-----------------------------------+-----------------------------------+ | 01| Giant Drink - Istory Falls | Pinwheel - Istory Falls | | 02| Rune Edge - Istory Falls | Aegis Shield - Istory Falls | | 04| Guard Ring - Istory Falls | Giant's Axe - Istory Falls | | 08| Wall Ring - Istory Falls | 5000 G - Phoenix Tower | | 10| Phoenix Down - Istory Falls | Phoenix Down - Phoenix Tower | | 20| Enhancer - Istory Falls | 10000 G - Phoenix Tower | | 40| 1200 G - Istory Falls | Phoenix Down - Phoenix Tower | | 80| Artemis Bow - Istory Falls | Phoenix Down - Phoenix Tower | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09F0 | 7E09F1 | +---+-----------------------------------+-----------------------------------+ | 01| 15000 G - Phoenix Tower | Elixir - The Rift, Ruins | | 02| 20000 G - Phoenix Tower | Dark Matter - The Rift, Ruins | | 04| Phoenix Down - Phoenix Tower | Elixir - The Rift, Ruins | | 08| AvisKiller - Phoenix Tower | Drain Sword - The Rift, Ruins | | 10| 25000 G - Phoenix Tower | Dragon Fang - The Rift, Forest | | 20| Thief's Knife - Mirage Town | Ribbon - The Rift, Forest | | 40| Ether - The Rift, Ruins | Enhancer - The Rift, Forest | | 80| Cabin - The Rift, Ruins | Lillith Rod - The Rift, Forest | +---+-----------------------------------+-----------------------------------+ |Hex| 7E09F2 | 7E09F3 | +---+-----------------------------------+-----------------------------------+ | 01| Angel Ring - The Rift, Cave | Pinwheel - The Void | | 02| Coral Ring - The Rift, Cave | Elixir - The Void | | 04| Thor's Hammer - The Rift, Castle | Ragnarok - The Void | | 08| Running Shoes - The Rift, Castle | Pinwheel - The Void | | 10| Red Shoes - The Rift, Castle +-----------------------------------+ | 20| Rainbow Suit - The Rift, Castle | | 40| Man Eater - The Rift, Castle | | 80| Pinwheel - The Void | +---+-----------------------------------+ 3.16 Events +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A14 +--+------+---------+-------------------------------------------------------------------------------+ |01| XXXX | XXX,XXX | Entering the Void in Tycoon Castle? | |02| | | | |04| 0055 | 49, 28 | Lone Wolf treasure in Tycoon Castle - Storehouse (Cabin #1) | |08| 0055 | 51, 31 | Lone Wolf treasure in Tycoon Castle - Storehouse (Cabin #2) | |10| | | | |20| | | | |40| | | Related with Lone Wolf release | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A15 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Kelb sheep | |02| | | Kelb sheep | |04| | | Kelb sheep | |08| 00B7 | 26, 29 | Lone Wolf treasure in Jachol Cave (Thunder Whip) | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A16 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0000 | 156,139 | Triggers Western Valley cut scene to save Lenna & Galuf from Goblins at intro | |02| | | *Related to Western Valley scene | |04| 0013 | 13, 46 | First time healing in the spring at Pirate's cave?! | |08| 0014 | 27, 19 | Pirate using secret button | |10| 0015 | 50, 41 | Pirate ship sailing without wind | |20| | | *Related with Pirate's ship | |40| | | | |80| 001F | 45, 25 | Wind Crystal shatters event | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A17 +--+------+---------+-------------------------------------------------------------------------------+ |01| 001F | 45, 11 | Chocobo's Job tutorial trigger after stepping in the warp? | |02| | | | |04| 0022 | 23, 43 | Faris in Tule's Pub bed sleeping event | |08| 0020 | 33, 24 | Lenna's speaks outside Zokk's house of his house | |10| 0027 | 19, 21 | Tule - Zokk's welcome event | |20| 0020 | | Pirates in Tule say goodbye to Faris | |40| 0028 | 11, 19 | Torna Canal's Door event | |80| 002C | 13, 38 | Scene of Faris getting wet in Ghost Ship | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A18 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0031 | 11, 39 | Shipwreck - He's a she (Crew discovers Faris identity) | |02| 002B | 47, 23 | Ship Graveyard - Siren's memory event | |04| 0039 | 51, 11 | **Dragon flying towards the North Mountain explanation? | |08| 003D | 31, 12 | Magissa scene in Nort Mountain (Eight Station) | |10| 003E | | Hyryuu | |20| 0060 | 37, 10 | Shiva was defeated | |40| | | | |80| 0073 | 8, 12 | Galura Defeated | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A19 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | *Related to Karnak/Worus Meteor | |08| 004F | | Tycoon Castle - 1st visit | |10| 0053 | | Tycoon Castle - Related to Chancellor giving the Healing Rod | |20| 0098 | XXX,XXX | Karnak Town Discount/Arrest | |40| 009C | 10, 23 | Karnak Ship - Cid explanation of the crystal | |80| 00A2 | 11, 20 | Liquid Flame in Power Room - Boiler | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A1A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | *Related to Karnak Castle crystal exploding | |02| 0083 | 23, 35 | Iron Claw defeated | |04| | | *Related to Cid in the steamship after Castle explodes | |08| 0099 | 25, 31 | Cid in Karnak Pub (2nd Floor) regretting building machines | |10| | | | |20| | | Related to Mid going out for Cid | |40| | | Related to Mid and Cid in Karnak's Pub (2nd Floor), both going to ship? | |80| | | Related with Galuf's memory returning and Mid & Cid sleeping in the ship | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A1B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | Related with steamboat getting absorbed in Crescent Town | |04| | | Related with finding the Black Chocobo in Crescent Forest | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | Related to receiving the steamship | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A1C +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | Finding the Airship inside the catapult? | |10| | | Craycraw? | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A1D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Related to AdamanTiMi inside Tycoon meteor? | |02| | | Adamantine inside Tycoon meteor? | |04| | | Related to AdamanTiMi inside Tycoon meteor? | |08| | | Related to Sol Cannon? | |10| | | | |20| | | Scene after Galuf leaves World 1? | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A1E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Related to Titan? | |02| | | | |04| | | | |08| | | Related to Purobolos? | |10| | | Related to Chim. Brain? | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A1F +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A20 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A21 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A22 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A23 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A24 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A25 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A26 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | Related with defeating Minotaurus | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | Related with the Sealed Room & the Legendary Weapons | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A27 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| 00C8 | | Related to Dorgann's Tomstone in Lix Town | |04| | | Related to Lone Wolf release | |08| 0073 | 3, 9 | Water Crystal Shard - Red Mage | |10| 0073 | 5, 12 | Water Crystal Shard - Berserker | |20| 0073 | 12, 8 | Water Crystal Shard - Mystic Knight | |40| 0073 | 11, 13 | Water Crystal Shard - Time Mage | |80| 0073 | 6, 6 | Water Crystal Shard - Summoner | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A28 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | Related to Worus/Karnak Meteor warp event | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A29 +--+------+---------+-------------------------------------------------------------------------------+ |01| 00BF | XXX,XXX | Group find a Black Chocobo in Crescent Island forest | |02| | | Related to listening to the musical box in Lix town? (Butz parents past) | |04| | | | |08| 00CE | XX, XX | King Tycoon in Gohn | |10| 00CE | XX, XX | King Tycoon in Gohn | |20| 00CE | XX, XX | King Tycoon in Gohn | |40| 00CE | XX, XX | King Tycoon in Gohn | |80| 0033 | 32, 26 | Woman in Carwen boat's traveling explanation | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A2A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Related to entering the catapult with Airship? | |02| | | Related to entering the catapult with Airship? | |04| | | | |08| 00DD | XX, XX | Flying Fortress - Flamegun/Rocket | |10| 00DD | XX, XX | Flying Fortress - Flamegun/Rocket | |20| 00DD | XX, XX | Flying Fortress - Flamegun/Rocket | |40| 00DD | XX, XX | Flying Fortress - Flamegun/Rocket | |80| 00DD | XX, XX | Flying Fortress - Sol Cannon | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A2B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Related to the Flying Fortress? | |02| | | | |04| | | Related to Purobolos? | |08| | | Related to Titan? | |10| | | Related to Chim. Brain? | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A2C +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A2D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A2E +--+------+---------+-------------------------------------------------------------------------------+ |01| 00BB | XXX,XXX | Learned Life Song from the bard at Crescent Town (Minstrel's House) | |02| | | Leared Requiem? | |04| | | | |08| 00CA | 40, 14 | Learned Charm Song from the bard at Lix Town ( House) | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A2F +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A30 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| 00C8 | XXX,XXX | past of being afraid of heights in Lix town (AKA SMRT Schoolar) | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A31 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A32 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A33 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A34 +--+------+---------+-------------------------------------------------------------------------------+ |01| XXXX | XXX,XXX | (Temp) Misc events (switches?) | |02| XXXX | XXX,XXX | (Temp) Misc events | |04| XXXX | XXX,XXX | (Temp) Misc events | |08| XXXX | XXX,XXX | (Temp) Misc events | |10| XXXX | XXX,XXX | (Temp) Misc events | |20| XXXX | XXX,XXX | (Temp) Misc events | |40| XXXX | XXX,XXX | (Temp) Misc events | |80| XXXX | XXX,XXX | (Temp) Misc events | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A35 +--+------+---------+-------------------------------------------------------------------------------+ |01| XXXX | XXX,XXX | (Temp) Misc events | |02| XXXX | XXX,XXX | (Temp) Misc events | |04| XXXX | XXX,XXX | (Temp) Misc events | |08| XXXX | XXX,XXX | (Temp) Misc events | |10| XXXX | XXX,XXX | (Temp) Misc events | |20| XXXX | XXX,XXX | (Temp) Misc events | |40| XXXX | XXX,XXX | (Temp) Misc events | |80| XXXX | XXX,XXX | (Temp) Misc events | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A36 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0020 | 32, 49 | Faris runs from/to the Pub to/from the entrance | |02| 00AA | 34, 17 | Bard teaches you the Love Song | |04| | | Related to Istory's toad puzzle? | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A37 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0083 | 23, 29 | Karnak Castle - Guards scare Werewolf | |02| | | *Related to Karnak Crystals | |04| | | | |08| | | *Related with Boko at Cave Entrace to Pirate's hideout | |10| 0016 | 20, 26 | Scene inside Pirate's hideout when planning to steal the ship | |20| | | | |40| | | | |80| 001B | 11, 21 | Chancellor worries about the Wind Crystal | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A38 +--+------+---------+-------------------------------------------------------------------------------+ |01| 001D | 50, 15 | Wingraptor Defeated | |02| XXXX | XXX,XXX | Dialog of stepping in a save point (one time only) | |04| 0028 | | *Related with Karlabos & Torna Canal | |08| | | *Related with Entering the Pirate's Ship | |10| 0017 | 38, 53 | Pirate's Hideout - Boko's injured in bed event | |20| | | | |40| 001B | 10, 29 | Schoolar gives you 5 potions | |80| 00A5 | XXX,XXX | Moveable bookshelf moves | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A39 +--+------+---------+-------------------------------------------------------------------------------+ |01| 00A7 | 58, 12 | Related to Ifrit | |02| 00A7 | 13, 42 | Moveable bookshelf lets you pass | |04| 00A8 | 58, 56 | Byblos was defeated | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A3A +--+------+---------+-------------------------------------------------------------------------------+ |01| 0027 | 19, 23 | *Entering Zocks house for the first ime | |02| 0027 | 19, 25 | Lenna mentions that Zock is not home | |04| 007A | 27, 20 | Goblin Fight at Tycoon Meteor | 0x00CD, 0x00CE, 0x00CF? |08| 0013 | 23, 42 | Pirate's hideout spring scene | |10| 00CF | 9, 49 | Elevator in Fire-powered ship (exit to 1st or 2nd floors) | |20| 00D0 | 9, 49 | Elevator in Fire-powered ship (exit to 2nd or 3rd floors) | |40| 009A | 9, 49 | Elevator in Fire-powered ship (exit to 3rd or 4th floors) | |80| 009B | 9, 49 | Elevator in Fire-powered ship (exit to 3rd or 4th floors) | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A3B +--+------+---------+-------------------------------------------------------------------------------+ |01| 00D1 | 9, 49 | Elevator in Fire-powered ship (exit to 3rd or 4th floors) | |02| 00A0 | XXX,XXX | Accessing the stairs with the Tunnel Ventilation (circle effect) | |04| | | | |08| 0017 | 17, 51 | Pirate's Hideout - Secret Door opened | |10| | | | |20| | | *Related to Pirate's Hideout? | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A3C +--+------+---------+-------------------------------------------------------------------------------+ |01| 0020 | 32, 49 | Pirates splits at Tule's Entrance | |02| 0011 | 11, 45 | Goblins at Western Valley (1)?! | |04| 0011 | 11, 24 | Goblins at Western Valley (2)?! | |08| 0011 | 12, 18 | Picking up Lenna and Galuf at the Valley | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A3D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| 0100 | 50, 31 | Gilgamesh' Excalipoor Treasure chest opened (Triggers battle) | |08| | | Gilgamesh' Excalipoor defeated? | |10| 0000 | 140, 92 | Lenna's Tule's ship event after Pirates leave Tule | |20| 0012 | | Boko's footprints in Pirate's Cave | |40| 0016 | XXX,XXX | Pirate Cave - Pirate gives 8 potions | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A3E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A3F +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A40 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Fork Tower - Butz Splits? | |02| | | Fork Tower - Lenna Splits? | |04| | | Fork Tower - Faris Splits? | |08| | | Fork Tower - Krile Splits? | |10| 0183 | 53, 11 | Left Switch in Island Shrine | |20| 0183 | 55, 11 | Right Switch in Island Shrine | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A41 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A42 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A43 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A44 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0021 | 20, 12 | Piano Flex 1 (song played?) | |02| | | Piano Flex 2? | |04| | | Piano Flex 3? | |08| | | Piano Flex 4? | |10| | | Piano Flex 5? | |20| | | Piano Flex 6? | |40| | | Piano Flex 7? | |80| | | Piano Flex 8? | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A45 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0021 | 20, 12 | Piano played - Tule (Pub) | |02| 0037 | 56, 27 | Piano played - Carwen (Pub) | |04| 0094 | 15, 6 | Piano played - Karnak (Pub) | |08| 00B4 | 42, 29 | Piano played - Jachol (Pub) | |10| 00BB | 58, 11 | Piano played - Crescent (Minstrel's House) | |20| | | Piano played - | |40| | | Piano played - | |80| | | Piano played - | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A46 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0021 | 20, 12 | Piano Song 1 - Misc. finger exercise? | |02| | | Piano Song 2 - Misc. finger exercise? | |04| | | Piano Song 3 - Misc. finger exercise? | |08| | | Piano Song 4 - Misc. finger exercise? | |10| | | Piano Song 5 - Schubert - Marche Militaire No. 1? | |20| | | Piano Song 6 - Stephen Foster - Beautiful Dreamer? | |40| | | Piano Song 7 - Mozart - Rondo Alla Turca? | |80| | | Piano Song 8 - Debussy - Arabesque No. 1 (opening)? | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A47 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | Related with entering X-Death Castle | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A48 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A49 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A4A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Rare item | |02| | | Rare item | |04| | | Rare item | |08| | | Rare item | |10| | | Rare item | |20| | | Rare item | |40| | | Rare item | |80| | | Rare item | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A4B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Rare item | |02| | | Rare item | |04| | | Rare item | |08| | | Rare item | |10| | | Rare item | |20| | | Rare item "Castle Key" | |40| | | Rare item "Memento Bag" | |80| | | Rare item "Bracelet"? | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A4C +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Rare item "Echo Plant" | |02| | | Rare item "Moogle Fur" | |04| | | Rare item "Adamantite" | |08| | | Rare item "Bell" | |10| | | Rare item "Hiryuu Plant" | |20| 0028 | 11, 19 | Rare item "Torna Canal Key" | |40| XXXX | XXX,XXX | Rare item "Pendant" (Faris) | |80| XXXX | XXX,XXX | Rare item "Pendant" (Lenna) | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A4D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Rare item "Splinter" | |02| XXXX | XXX,XXX | Rare item "World Map" | |04| | | Rare item "Fourth Tablet" (Istory) | |08| | | Rare item "Third Tablet" (Trench) | |10| | | Rare item "Second Tablet" (Solitary Shrine) | |20| | | Rare item "First Tablet" (Pyramid) | |40| | | Rare item "Sealed Book" | |80| | | Rare item "Elder Branch" | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A4E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A4F +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| 0091 | | Fire Crystal (Karnak) - Crystal Explodes? (Stones sealing Exdeath too?) | |10| 000E | | Water Crystal (Walse) - Crystal Explodes (Stones sealing Exdeath too?) | |20| 0073 | 8, 5 | Water Crystal (Walse) - Ramp to escape (Stones sealing Exdeath too?) | |40| | | Earth Crystal (Lonka) - ? | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A50 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0000 | 175,142 | Tycoon Meteorite sprite (overworld) | 0x01BB |02| 0000 | 165,115 | Opens cave entrance to pirate's cave | |04| 0000 | 204, 84 | Walse Meteorite sprite (overworld) | |08| 0000 | 196, 88 | Walse Tower Sinks | |10| | | Related to Karnak Crystals | |20| | | | |40| | | | |80| | | Related to Lonka Crystals | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A51 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A52 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| XXXX | XXX,XXX | (Temp) Misc events | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A53 +--+------+---------+-------------------------------------------------------------------------------+ |01| XXXX | XXX,XXX | (Temp) Misc events | Display Warp Points on map? |02| XXXX | XXX,XXX | (Temp) Misc events | Airship can sub? |04| XXXX | XXX,XXX | (Temp) Misc events | Reach Lonka Ruins in sky? |08| XXXX | XXX,XXX | World Map enabler | |10| XXXX | XXX,XXX | (Temp) Misc events (NPCs?) | |20| XXXX | XXX,XXX | Stepping on Save Point (enables saving on menu) | |40| XXXX | XXX,XXX | (Temp) Misc events (cutscenes?) | |80| XXXX | XXX,XXX | No battles (RNG still advances) | +--+------+---------+-------------------------------------------------------------------------------+ +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A54 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A55 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| XXXX | XXX,XXX | Faris leaves the party | |40| XXXX | XXX,XXX | Galuf leaves the party | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A56 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A57 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A58 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A59 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A5A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | , | *Related with Lenna at Tycoon Meteor ,after she leaves with Galuf | |08| | | Getting caught stealing the Pirate's ship? | |10| | | *Related with Boko at Cave Entrace to Pirate's hideout | |20| | | | |40| | | *Related with Pirate's ship | |80| | | *Related with Pirate's ship | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A5B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | *Related with Pirate's ship | |02| | | *Related with Pirate's ship | |04| | | *Related with Pirate's ship | |08| | | *Related with Pirates in Tule | |10| | | *Related with Pirates in Tule | |20| | | *Related with Pirates in Tule | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A5C +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A5D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| 001D | 50, 15 | Wingraptor sprite in world map (blocking the path) | |08| | | *Related with Wind Crystals | |10| 001F | | Wind Crystal shards sprites | |20| | | *Related with Wind Crystals | |40| | | *Related with Wind Crystals | |80| | | Wind Crystal shard evil aura | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A5E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| 0022 | 24, 38 | Faris is standing awake in Tule's Pub (2nd Floor) | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A5F +--+------+---------+-------------------------------------------------------------------------------+ |01| 0022 | 21, 38 | Faris is sleeping in Tule's Pub (2nd Floor) | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A60 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0021 | | Pirate 1 in Tule's Pub | |02| 0021 | | Pirate 2 in Tule's Pub | |04| 0021 | | Pirate 3 in Tule's Pub | |08| 0021 | | Pirate 4 in Tule's Pub | |10| | | | |20| | | | |40| | | | |80| 0021 | | Pirate 5 in Tule's Pub | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A61 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| 0022 | 23, 42 | Locked door in Tule's Pub (2nd Floor) where Faris is | |10| | | | |20| 01EB | XX, XX | Omega's overworld | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A62 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | *Related with Zokk's event | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A63 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | *Related with events where you split?! | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A64 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| 0033 | | Carwen - Related to woman explanation (merchant?) | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A65 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0033 | | Carwen - Related to woman explanation (Boy?) | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A66 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| 003E | 15, 9 | Related to Hyryuu sprite in North Mountain (summit) | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A67 +--+------+---------+-------------------------------------------------------------------------------+ |01| 003D | 20, 13 | Nort Mountain - Lenna's father helmet | |02| 003E | 15, 9 | Hyryuu sprite in North Mountain (summit) | |04| | | | |08| | | | |10| | | | |20| 006A | | Walse Tower - Guardian blocks entrance | |40| 006A | | Walse Tower - Left guardian standing | |80| 006A | | Walse Tower - Left guardian fallen | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A68 +--+------+---------+-------------------------------------------------------------------------------+ |01| 006A | | Walse Tower - Right guardian fallen | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A69 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A6A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| 0063 | 22, 49 | Girl on right side of the bed of Walse King's Chamber? | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A6B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A6C +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | *Related with Walse Tower sinks | |20| | | | |40| | | *Related with Walse Tower sinks | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A6D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | Related to King Tycoon in Lonka Ruins? | |10| | | Related to King Tycoon in Lonka Ruins? | |20| 00DA | | Lonka Ruins boss? | |40| 00DA | | Lonka Ruins king? | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A6E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | *Related with Walse Tower sinks | |02| | | *Related with Walse Tower sinks | |04| | | | |08| | | | |10| | | | |20| 0060 | 37, 10 | Shiva's sprite in dungeon | |40| 005C | 6, 51 | Lone Wolf trapped in prison | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A6F +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | Earth Crystal shatters (top)? | |40| | | Earth Crystal shatters (bottom)? | |80| 0073 | 8, 6 | Water Crystal shatters (top) | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A70 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0073 | 8, 6 | Water Crystal shatters (bottom) | |02| 0073 | 4, 3 | Water Crystal Shard - Mime (top) | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| 0073 | | Walse Tower - Galura in Crystal Room | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A71 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0073 | 8, 15 | Walse Tower - Guard in front of Galura | |02| 006D | 45, 8 | Walse Tower - King lying on floor | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A72 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A73 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| 0030 | 51, 33 | World Map sprite in Shipwreck Graveyard | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A74 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| 0048 | 20, 29 | Tycoon Castle - Treasure Guard blocking the path | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | Tycoon Castle - Related to 1st visit | |80| | | Tycoon Castle - Related to 1st visit | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A75 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Tycoon Castle - Related to 1st visit (sisters) | |02| 0048 | 33, 19 | Tycoon Castle - Faris outside balcony | |04| 0048 | 21, 29 | Tycoon Castle - Treasure Guard moves aside | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A76 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A77 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A78 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A79 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A7A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A7B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| 0053 | 12, 37 | Tycoon Castle - Chancellor giving you the Healing Rod | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A7C +--+------+---------+-------------------------------------------------------------------------------+ |01| 004C | 27, 13 | Chancellor is in the Throne Room | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A7D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A7E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| 0099 | | *Related with Cid after Karnak Castle explodes (Cid at Pub 2nd Floor?!) | |04| | | *Related with Karnak Ship 1st time | |08| | | *Related with Karnak Castle arrest | |10| 009C | | *Related with Karnak Crystal escape (Cid in Boat?!) | |20| | | | |40| 0093 | 38, 35 | Karnak Town - Magic Shop closed | |80| XXXX | XXX,XXX | Karnak Castle - Flames get extinguished | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A7F +--+------+---------+-------------------------------------------------------------------------------+ |01| 0089 | | Karnak Castle (B3) - Guard | |02| 0089 | | Karnak Castle (B3) - Guard | |04| 0089 | | Karnak Castle (B3) - Guard | |08| 0089 | | Karnak Castle (B3) - Schoolar | |10| 0087 | | Karnak Castle (B1) - Guard | |20| 0087 | | Karnak Castle (B1) - Guard on bed | |40| 0087 | | Karnak Castle (B1) - Guard next to bed | |80| 0087 | | Karnak Castle (B1) - Guard | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A80 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0085 | | Karnak Castle (Queens Room) - Guard Left | |02| 0085 | | Karnak Castle (Queens Room) - Guard Right | |04| 0087 | | Karnak Castle (B1) - Guard | |08| 0089 | | Karnak Castle (B3) - Schoolar | |10| 0089 | | Karnak Castle (B3) - Schoolar | |20| 0087 | | Karnak Castle (B1) - Guard | |40| 0087 | | Karnak Castle (B1) - Guard | |80| 0087 | | Karnak Castle (B1) - Guard | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A81 +--+------+---------+-------------------------------------------------------------------------------+ |01| 0085 | | Karnak Castle (Queens Room) - Minister | |02| 0083 | 23, 35 | Karnak Castle - Guardiands block entrance | |04| 0083 | 23, 35 | Karnak Castle - Guardiands lets you enter | |08| 0091 | 21, 20 | Karnak Crystals - Crystal | |10| 0091 | XXX,XXX | Karnak Crystals - Shards | |20| | | *Related with Karnak Crystal escape | |40| | | *Related with Karnak Crystal escape | |80| | | *Related with Karnak Crystal escape | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A82 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | *Related with Karnak Crystal escape | |02| | | *Related with Karnak Crystal escape | |04| 009C | | Karnak Ship - Guards blocking entrance | |08| 009C | | Karnak Ship - Guard walking around | |10| 009C | | Karnak Ship - Guard walking around | |20| 009C | | Karnak Ship - Guard walking around | |40| 009C | | Karnak Ship - Guard walking around | |80| 009C | 15, 24 | Karnak Ship - Cid sleeping after fix | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A83 +--+------+---------+-------------------------------------------------------------------------------+ |01| 009C | 14, 24 | Karnak Ship - Mid sleeping after fix | |02| 009C | | Karnak Ship - Zzz? | |04| | | Related to receiving the steamship | |08| | | Related to receiving the steamship | |10| | | Related to receiving the steamship | |20| | | Related to receiving the steamship | |40| | | Related to receiving the steamship | |80| | | Related to receiving the steamship | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A84 +--+------+---------+-------------------------------------------------------------------------------+ |01| 00A2 | 11, 21 | Queen Karnak on the floor of the Boiler Room | |02| 00A2 | 11, 20 | Queen Karnak standing up on the Boiler Room | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A85 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | Related to receiving the steamship | |04| | | Related to receiving the steamship | |08| | | Related to receiving the steamship | |10| | | Related to receiving the steamship | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A86 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| 00A7 | 58, 12 | Related to Ifrit | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A87 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| 00AF | 25, 12 | Possessed book in the Ancient Library - Rooftop | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A88 +--+------+---------+-------------------------------------------------------------------------------+ |01| 00A8 | | Related with Cid going out to Mid | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A89 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A8A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A8B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A8C +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A8D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A8E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A8F +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A90 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A91 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | Related with steamboat getting absorbed in Crescent Town | |04| | | Related with steamboat getting absorbed in Crescent Town | |08| | | | |10| | | Related with steamboat getting absorbed in Crescent Town | |20| | | | |40| | | Related with steamboat getting absorbed in Crescent Town | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A92 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A93 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| 00BF | | Black Chocobo appears inside Crescent Forest?! | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A94 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A95 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A96 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| 00CA | | Related to past about his parents (STELLA!!!) | |10| | | | |20| 00CA | | Related to past about his parents (STELLA!!!) | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A97 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A98 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A99 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A9A +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A9B +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A9C +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A9D +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A9E +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0A9F +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA0 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | Gilgamesh appears in Necro's battle? | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA1 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA2 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA3 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA4 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA5 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA6 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA7 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | Related to Karnak Crystals | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA8 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AA9 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AAA +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AAB +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AAC +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Exdeath Castle transforms? | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AAD +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AAE +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AAF +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB0 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB1 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB2 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | Zezat's Fleet - ? | |08| | | | |10| | | | |20| | | Zezat's Fleet - Gabbldegak 01 (On ship) | |40| | | Zezat's Fleet - Gabbldegak 02 (On ship) | |80| | | Zezat's Fleet - Gabbldegak 03 (On ship) | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB3 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Zezat's Fleet - Gabbldegak 04 (On ship) | |02| | | Zezat's Fleet - Gabbldegak 05 (On ship) | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB4 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | Zezat's Fleet - Gabbldegak? | |02| | | Zezat's Fleet - Gabbldegak (offscreen)? | |04| | | Zezat's Fleet - Gabbldegak (offscreen)? | |08| | | Zezat's Fleet - Gabbldegak (offscreen)? | |10| | | Zezat's Fleet - ? | |20| | | Zezat's Fleet - ? | |40| | | Zezat's Fleet - Gilgamesh? | |80| | | Zezat's Fleet - Gilgamesh? | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB5 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB6 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB7 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB8 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AB9 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ABA +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ABB +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ABC +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ABD +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ABE +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ABF +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC0 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC1 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC2 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | Related with steamboat getting absorbed in Crescent Town | |40| | | Related with steamboat getting absorbed in Crescent Town | |80| | | Related with steamboat getting absorbed in Crescent Town | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC3 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC4 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC5 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC6 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC7 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC8 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AC9 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ACA +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ACB +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ACC +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ACD +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ACE +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0ACF +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AD0 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AD1 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AD2 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ | #| Room | Coords | Information | 7E0AD3 +--+------+---------+-------------------------------------------------------------------------------+ |01| | | | |02| | | | |04| | | | |08| | | | |10| | | | |20| | | | |40| | | | |80| | | | +--+------+---------+-------------------------------------------------------------------------------+ 4.0 Lists 4.1 Character Name 00 to 5F: N/A +--+--------+--+--------+--+--------+--+--------+--+--------+--+--------+ | #| value | #| value | #| value | #| value | #| value | #| value | +--+--------+--+--------+--+--------+--+--------+--+--------+--+--------+ |60| A |61| B |62| C |63| D |64| E |65| F | |66| G |67| H |68| I |69| J |6A| K |6B| L | |6C| M |6D| N |6E| O |6F| P |70| Q |71| R | |72| S |73| T |74| U |75| V |76| W |77| X | |78| Y |79| Z |7A| a |7B| b |7C| c |7D| d | |7E| e |7F| f |80| g |81| h |82| i |83| j | |84| k |85| l |86| m |87| n |88| o |89| p | |8A| q |8B| r |8C| s |8D| t |8E| u |8F| v | |90| w |91| x |92| y |93| z |94| il |95| it | |96| |97| li |98| ll |99| ' |9A| " |9B| : | |9C| ; |9D| , |9E| ( |9F| ) |A0| / |A1| ! | |A2| ? |A3| . |C5| - |D0| [ |D1| ] |FF| EoF | +--+--------+--+--------+--+--------+--+--------+--+--------+--+--------+ A4 to FE (excluding C5, D0, D1): N/A 4.2 Items ID (Inventory, Item shops) +---+------------------+ |Hex| Item | +---+------------------+ | 00| | | 01|Empty | | 02|Knife | | 03|Dagger | | 04|Mythril Knife | | 05|Kunai | | 06|Mage Masher | | 07|Guardian | | 08|Kodachi | | 09|Orialcon | | 0A|Air Lance | | 0B|Assassin | | 0C|Hardened (Sasuke) | | 0D|Broadsword | | 0E|RegalCut | | 0F|Mythril Sword | | 10|Coral Sword | | 11|Ancient Sword | | 12|Epee Sword | | 13|Slumber Sword | | 14|Defender Sword | | 15|Excalibur | | 16|Ragnarok | | 17|Javelin | | 18|Spear | | 19|Mythril Spear | | 1A|Trident | | 1B|Wind Spear | | 1C|Partisan | | 1D|Gungnir | | 1E|DblLance | | 1F|Holy Lance | | 20|Dragoon Lance | | 21|Battle Axe | | 22|Mythril Hammer | | 23|Ogre Killer | | 24|War Hammer | | 25|Venom Axe | | 26|Earth Hammer | | 27|Rune Axe | | 28|Thor Hammer | | 29|Katana | | 2A|Air Blade | | 2B|Kotetsu | | 2C|Bizen | | 2D|Forged | | 2E|Murasume | | 2F|Masamune | | 30|Tempest | | 31|Rod | | 32|Fire Rod | | 33|Ice Rod | | 34|Thunder Rod | | 35|Venom Rod | | 36|Lillith Rod | | 37|Wizard Rod | | 38|Staff | | 39|*Mythril Staff | | 3A|Power Staff | | 3B|Healing Staff | | 3C|Staff of Light | | 3D|Sage's Staff | | 3E|Judgement Staff | | 3F|Fire Bow | | 40|Ice Bow | | 41|Thunder Bow | | 42|Darkness Bow | | 43|Killer Bow | | 44|Elven Bow | | 45|Yoichi Bow | | 46|Artemis Bow | | 47|Silver Harp | | 48|Dream Harp | | 49|Lamia's Harp | | 4A|Apollo's Harp | | 4B|Whip | | 4C|Chain Whip | | 4D|Thunder Whip | | 4E|Flame Whip | | 4F|Dragon's Whisker | | 50|Giyaman | | 51|Earth Bell | | 52|Rune Chime | | 53|Tinkerbell | | 54|Sabre |*Dummy | 55|Drain Sword | | 56|RuneEdge | | 57|Flametongue | | 58|IceBrand | | 59|Full Moon | | 5A|Shuriken | | 5B|Pinwheel | | 5C|Excailbur | | 5D|BeastKiller | | 5E|Flail | | 5F|Morning Star | | 60|Wonder Wand | | 61|Brave Blade | | 62|Soot | | 63|Chicken Knife | | 64|RisingSun | | 65|Silver Bow | | 66|Gale Bow | | 67|AntiMagic Bow | | 68|Avis Killer | | 69|DoomCut | | 6A|Giant's Axe | | 6B|ManEater | | 6C|Thief Knife | | 6D|Dancing Dagger | | 6E|Enhancer | | 6F|L. Hand | | 70|R. Hand | | 71|Item0000 |*Dummy | 72|Item0000 |*Dummy | 73|Item0000 |*Dummy | 74|Item0000 |*Dummy | 75|Item0000 |*Dummy | 76|Item0000 |*Dummy | 77|Item0000 |*Dummy | 78|Item0000 |*Dummy | 79|Item0000 |*Dummy | 7A|Item0000 |*Dummy | 7B|Item0000 |*Dummy | 7C|Item0000 |*Dummy | 7D|Item0000 |*Dummy | 7E|Item0000 |*Dummy | 7F|Item0000 |*Dummy +---+------------------+ | 80| | | 81|Leather Shield | | 82|Bronze Shield | | 83|Iron Shield | | 84|Mythril Shield | | 85|Golden Shield | | 86|Aegis Shield | | 87|Diamond Shield | | 88|Crystal Shield | | 89|Leather Cap | | 8A|Bronze Helm | | 8B|Iron Helm | | 8C|Mythril Helm | | 8D|Golden Helm | | 8E|Diamond Helm | | 8F|Crystal Helm | | 90|Plumed Hat | | 91|Tricorn Hat | | 92|Magus | | 93|Circlet | | 94|Gold Hairpin | | 95|Ribbon | | 96|Bandana | | 97|GrnBeret | | 98|DarkHood | | 99|Lamia's Tiara | | 9A|Leather Armor | | 9B|Bronze Armor | | 9C|Iron Armor | | 9D|Mythril Armor | | 9E|Golden Armor | | 9F|Diamond Armor | | A0|Crystal Armor | | A1|CopperPlt | | A2|Training Suit | | A3|Silver Plate | | A4|Stealth Suit | | A5|DiamndPlt | | A6|DarkSuit | | A7|Cotton Robe | | A8|Silk robe | | A9|Gaia Gear | | AA|Bard's Surplice | | AB|Lumina Robe | | AC|Black Robe | | AD|White Robe | | AE|Mirage Vest | | AF|Guard Ring | | B0|Thief's Glove | | B1|Giant's Gloves | | B2|Elf Cape | | B3|Cursed Ring | | B4|Glasses | | B5|Running Shoes | | B6|Mythril Glove | | B7|Silver Armlet | | B8|Diamond Armlet | | B9|Strength | | BA|Power Wrist | | BB|Angel Gwn | | BC|Angel Ring | | BD|Flame Ring | | BE|Coral Ring | | BF|Bone Mail | | C0|Leather Shoes | | C1|Kaiser Knuckles | | C2|Gauntlets | | C3|Tiger Mask | | C4|Flame Shield | | C5|CornaJar | | C6|Genji Shield | | C7|Genji Helm | | C8|Genji Armor | | C9|Genji Gloves | | CA|Wall Ring | | CB|Coronet | | CC|Thornlet | | CD|Ice Shield | | CE|Cursed Shield | | CF|Rainbow Dress | | D0|Red Shoes | | D1|Item0000 |*Dummy | D2|Item0000 |*Dummy | D3|Item0000 |*Dummy | D4|Item0000 |*Dummy | D5|Item0000 |*Dummy | D6|Item0000 |*Dummy | D7|Item0000 |*Dummy | D8|Item0000 |*Dummy | D9|Item0000 |*Dummy | DA|Item0000 |*Dummy | DB|Item0000 |*Dummy | DC|Item0000 |*Dummy | DD|Item0000 |*Dummy | DE|Item0000 |*Dummy | DF|Item0000 |*Dummy +---+------------------+ | E0|Potion | | E1|Hi-Potion | | E2|Ether | | E3|Elixir | | E4|Phoenix Down | | E5|Maiden's Kiss | | E6|Revivify | | E7|TurtleShell | | E8|Antidote | | E9|Eyedrop | | EA|DragonFang | | EB|DarkMatter | | EC|Soft | | ED|LuckMallet | | EE|Dummy |*Dummy | EF|Magic Lamp | | F0|Tent | | F1|Cabin | | F2|Giant Drink | | F3|Power Drink | | F4|Speed Drink | | F5|Protect Drink | | F6|Hero Drink | | F7|DrgnCrest | | F8|OmegaMedl | | F9|Ramuh | | FA|Shoat | | FB|Golem | | FC|Flame Scroll | | FD|Water Scroll | | FE|Thunder Scroll | | FF|FF |*Dummy +---+------------------+ 4.3 Items ID (Magic Shops) +--+-----------------------------------+ | 00|Sword - Fire | (Ends the list in magic shops) | 01|Sword - Ice | | 02|Sword - Bolt | | 03|Sword - Venom | | 04|Sword - Mute | | 05|Sword - Sleep | | 06|Sword - Fire2 | | 07|Sword - Ice 2 | | 08|Sword - Bolt2 | | 09|Sword - Drain | | 0A|Sword - Break | | 0B|Sword - Bio | | 0C|Sword - Fire3 | | 0D|Sword - Ice 3 | | 0E|Sword - Bolt3 | | 0F|Sword - Holy | | 10|Sword - Flare | | 11|Sword - Psych | | 12|White - Cure | | 13|White - Scan | | 14|White - Antdt | | 15|White - Mute | | 16|White - Armor | | 17|White - Size | | 18|White - Cure2 | | 19|White - Life | | 1A|White - Charm | | 1B|White - Image | | 1C|White - Shell | | 1D|White - Heal | | 1E|White - Cure3 | | 1F|White - Wall | | 20|White - Bersk | | 21|White - Life2 | | 22|White - Holy | | 23|White - Dispel | | 24|Black - Fire | | 25|Black - Ice | | 26|Black - Bolt | | 27|Black - Venom | | 28|Black - Sleep | | 29|Black - Toad | | 2A|Black - Fire2 | | 2B|Black - Ice 2 | | 2C|Black - Bolt2 | | 2D|Black - Drain | | 2E|Black - Break | | 2F|Black - Bio | | 30|Black - Fire3 | | 31|Black - Ice 3 | | 32|Black - Bolt3 | | 33|Black - Flare | | 34|Black - Doom | | 35|Black - Psych | | 36|Time - Drag | | 37|Time - Slow | | 38|Time - Regen | | 39|Time - Void | | 3A|Time - Haste | | 3B|Time - Float | | 3C|Time - Demi | | 3D|Time - Stop | | 3E|Time - Exit | | 3F|Time - Comet | | 40|Time - Slow2 | | 41|Time - Reset | | 42|Time - Qrter | | 43|Time - Hast2 | | 44|Time - Old | | 45|Time - Meteo | | 46|Time - Quick | | 47|Time - Xzone | | 48|Esper - Chocob | | 49|Esper - Sylph | | 4A|Esper - Remora | | 4B|Esper - Shiva | | 4C|Esper - Ramuh | | 4D|Esper - Ifrit | | 4E|Esper - Titan | | 4F|Esper - Golem | | 50|Esper - Shoat | | 51|Esper - Crbnkl | | 52|Esper - Syldra | | 53|Esper - Odin | | 54|Esper - Phenix | | 55|Esper - Levia | | 56|Esper - Bahmut | | 57|Song - Power | | 58|Song - Speed | | 59|Song - Vitality | | 5A|Song - Magic | | 5B|Song - Hero | | 5C|Song - Requiem | | 5D|Song - Love | | 5E|Song - Charm | | 5F|Summon - Chocobo Kick | | 60|Summon - Whispering Wind | | 61|Summon - Latch On | | 62|Summon - Diamond Dust | | 63|Summon - Bolt of Judgement | | 64|Summon - Hellfire | | 65|Summon - Rage of the Earth | | 66|Summon - Earth Wall | | 67|Summon - Demon's Eye | | 68|Summon - Ruby Light | | 69|Summon - Thunder Storm | | 6A|Summon - True Edge | | 6B|Summon - Fire of Resurection |(Fire) | 6C|Summon - Big Wave | | 6D|Summon - Mega Flare | | 6E|Summon - Fat Chocobo | | 6F|Summon - Gungnir | | 70|Summon - Fire of Resurection |(Life) | 71|Dragon Sword - Hp Drain | | 72|Dragon Sword - Mp Drain | | 73|Egg Chop | | 74|Harp - Silver Harp (Item Magic 5)| | 75|Harp - Dream Harp (Item Magic 6)| | 76|Harp - Lamia's Harp (Item Magic 7)| | 77|Harp - Apollo's Harp (Item Magic 8)| | 78|Item - Fail? (Item Magic 9)| | 79|Dance - Mystery Waltz | | 7A|Dance - Jitterbug Duet | | 7B|Dance - Tempting Tango | | 7C|Command - Magic Barrier | | 7D|Command - Sword Dance | | 7E|Command - Ice Aura |*Dummy | 7F|Command - Entangle |(Whip Magic) +---+-----------------------------------+ | 80|Monster - Fight | | 81|Monster - Specialty | | 82|Blue - Condemn | | 83|Blue - Roulette | | 84|Blue - AquaRake | | 85|Blue - L5 Doom | | 86|Blue - L4 Qrter | | 87|Blue - L2 Old | | 88|Blue - L3 Flare | | 89|Blue - FrogSong | | 8A|Blue - TinySong | | 8B|Blue - Flash | | 8C|Blue - Time Slip | | 8D|Blue - MoonFlut | | 8E|Blue - DethClaw | | 8F|Blue - Aero | | 90|Blue - Aero 2 | | 91|Blue - Aero 3 | | 92|Blue - Emission | | 93|Blue - GblinPnch | | 94|Blue - DrkShock | | 95|Blue - GuardOff | | 96|Blue - Fusion | | 97|Blue - MindBlst | | 98|Blue - Vampire | | 99|Blue - Hammer | | 9A|Blue - MgthyGrd | | 9B|Blue - Exploder | | 9C|Blue - ???? | | 9D|Blue - Blowfish | | 9E|Blue - WhiteWind | | 9F|Blue - Missile | | A0|Enemy Magic - Kurururu | | A1|Enemy Magic - Level Down | | A2|Enemy Magic - Escape | | A3|Enemy Magic - Stalker Attack | | A4|Enemy Magic - Byblos Attack |(Unhides Next Page) | A5|Enemy Magic - No Clue | | A6|Enemy Magic - Grand Cross | | A7|Enemy Magic - Delta Attack | | A8|Enemy Magic - Interceptor Rocket | | A9|Enemy Magic - Barrier Change | | AA|Enemy Magic - Nothing | | AB|Enemy Magic - Wind Slash | | AC|Enemy Magic - No-Damage Magic | | AD|Enemy Magic - Targeting | | AE|Enemy Magic - Gravity 100 | | AF|Enemy Magic - Darkness | | B0|Enemy Magic - Reaper's Sword | | B1|Enemy Magic - Punishment | | B2|Enemy Magic - Blaster | | B3|Enemy Magic - Beak | | B4|Enemy Magic - Hug | | B5|Enemy Magic - Spore | | B6|Enemy Magic - Poison Breath | | B7|Enemy Magic - Dance of the Dead | | B8|Enemy Magic - Zombie Powder | | B9|Enemy Magic - Zombie Breath | | BA|Enemy Magic - Spirit | | BB|Enemy Magic - Allure | | BC|Enemy Magic - Entangle | | BD|Enemy Magic - Rainbow Wind | | BE|Enemy Magic - Strange Dance | | BF|Enemy Magic - Electromagn Field | | C0|Enemy Magic - White Hole | | C1|Enemy Magic - Needle | | C2|Enemy Magic - Maelstrom | | C3|Enemy Magic - Bone | | C4|Enemy Magic - Tailscrew | | C5|Enemy Magic - Stomach Acid | | C6|Enemy Magic - Rocket Punch | | C7|Enemy Magic - Mustard Bomb | | C8|Enemy Magic - Almagest | | C9|Enemy Magic - Quicksand | | CA|Enemy Magic - Atomic Ray | | CB|Enemy Magic - Mini Blaze | | CC|Enemy Magic - Snowstorm | | CD|Enemy Magic - Blaze | | CE|Enemy Magic - Electric Shock | | CF|Enemy Magic - Earth Shaker | | D0|Enemy Magic - True Edge | | D1|Enemy Magic - Tidal Wave | | D2|Enemy Magic - Mega Flare | | D3|Enemy Magic - Sonic Wave | | D4|Enemy Magic - Thread | | D5|Enemy Magic - Mucus | | D6|Enemy Magic - Quake | | D7|Enemy Magic - Strong Fight | | D8|Enemy Magic - Medicine | | D9|Enemy Magic - Image | | DA|Enemy Magic - Breath Wing | | DB|Enemy Magic - Flame | | DC|Enemy Magic - Thunder | | DD|Enemy Magic - Surge Beam | | DE|Enemy Magic - Fight | | DF|Enemy Magic - Remedy | | E0|Enemy Magic - Valiant Attack | | E1|Enemy Magic - Giga Flare | | E2|Enemy Magic - Circle | | E3|Enemy Magic - Wormhole | | E4|Enemy Magic - Possess | | E5|Enemy Magic - Dynamo | | E6|Enemy Magic - Magnet | | E7|Enemy Magic - Reverse Polarity | | E8|Enemy Magic - Jump | | E9|Enemy Magic - X-Zone | | EA|Enemy Magic - Hurricane | | EB|Enemy Magic - Demon's Eye | | EC|Enemy Magic - Pull | | ED|Enemy Magic - (6A) Invincibility? |(Sandworm) does it when he dies | EE|Enemy Magic - Unhide Monster | | EF|Enemy Magic - Terminate | | F0|Enemy Magic - Valiant Attack |Different from $E0 | F1|Enemy Magic - Howl | | F2|Enemy Magic - Circle |Different from $E2 | F3|Enemy Magic - Wormhole |Different from $E3 | F4|Enemy Magic - Possess |Different from $E4 | F5|Enemy Magic - Pole Shift | | F6|Enemy Magic - Magnet |Different from $E6 | F7|Enemy Magic - Reverse Polarity |Different from $E7 | F8|Enemy Magic - Jump |Different from $E8 | F9|Enemy Magic - Hold Gas | | FA|Item | | FB|Item | | FC|Item | | FD|Item | | FE|Item | | FF|Attack 255 | +---+-----------------------------------+ 4.4 Magic ID (Wonder Rod / Magic Lamp) +---+-----------------------------------+ |Hex| Magic | +---+-----------------------------------+ | 00|White - Cure | | 01|White - Scan | | 02|White - Antdt | | 03|White - Mute | | 04|White - Armor | | 05|White - Size | | 06|White - Cure2 | | 07|White - Life | | 08|White - Charm | | 09|White - Image | | 0A|White - Shell | | 0B|White - Heal | | 0C|White - Cure3 | | 0D|White - Wall | | 0E|White - Bersk | | 0F|White - Life2 | | 10|White - Holy | | 11|White - Dispel | | 12|Black - Fire | | 13|Black - Ice | | 14|Black - Bolt | | 15|Black - Venom | | 16|Black - Sleep | | 17|Black - Toad | | 18|Black - Fire2 | | 19|Black - Ice 2 | | 1A|Black - Bolt2 | | 1B|Black - Drain | | 1C|Black - Break | | 1D|Black - Bio | | 1E|Black - Fire3 | | 1F|Black - Ice 3 | | 20|Black - Bolt3 | | 21|Black - Flame | | 22|Black - Doom | | 23|Black - Psych | | 24|Time - Drag | | 25|Time - Slow | | 26|Time - Regen | | 27|Time - Void | | 28|Time - Haste | | 29|Time - Float | | 2A|Time - Demi | | 2B|Time - Stop | | 2C|Time - Exit | | 2D|Time - Comet | | 2E|Time - Slow2 | | 2F|Time - Reset | | 30|Time - Qrter | | 31|Time - Hast2 | | 32|Time - Old | | 33|Time - Meteo | | 34|Time - Quick | | 35|Time - Xzone | | 36|*Chocobo | Calls 4D or 5C | 37|*Sylph | Calls 4E | 38|*Remora | Calls 4F | 39|*Shiva | Calls 50 | 3A|*Ramuh | Calls 51 | 3B|*Ifrit | Calls 52 | 3C|*Titan | Calls 53 | 3D|*Golem | Calls 54 | 3E|*Shoat | Calls 55 | 3F|*Crbnkl | Calls 56 | 40|*Syldra | Calls 57 | 41|*Odin | Calls 58 or 5D | 42|*Phenix | Calls 59, then 5E | 43|*Levia | Calls 5A | 44|*Bahmut | Calls 5B | 45|Song - Power | | 46|Song - Speed | | 47|Song - Vitality | | 48|Song - Magic | | 49|Song - Hero | | 4A|Song - Requiem | | 4B|Song - Love | | 4C|Song - Charm | | 4D|Esper - Chocobo | | 4E|Esper - Sylph | | 4F|Esper - Remora | | 50|Esper - Shiva | | 51|Esper - Ramuh | | 52|Esper - Ifrit | | 53|Esper - Titan | | 54|Esper - Golem | | 55|Esper - Shoat | | 56|Esper - Crbnkl | | 57|Esper - Syldra | | 58|Esper - Odin | | 59|Esper - Phenix | | 5A|Esper - Levia | | 5B|Esper - Bahmut | | 5C|Esper - Fat Chocobo | | 5D|Esper - Gugnir | | 5E|Esper - Fire of Resurrection | | 5F|DrgnSwd - Hp Drain | | 60|DrgnSwd - Mp Drain | | 61|*Egg Chop | | 62|Harp - Silver Harp Magic | | 63|Harp - Dream Harp Magic | | 64|Harp - Lamia Harp Magic | | 65|Harp - Apollo Harp Magic | | 66|Item Fail? | | 67|Dance - Mystery Waltz | | 68|Dance - Jitterbug Duet | | 69|Dance - Tempting Tango | | 6A|Command - Magic Barrier? | | 6B|Command - Sword Dance? | | 6C|Command - Ice Aura? |*Dummy | 6D|Command - Whip Magic |(Paralyze) | 6E|Monster Attack | | 6F|Monster Specialty | | 70|Blue - Condemn | | 71|Blue - Roulette | | 72|Blue - AquaRake | | 73|Blue - L5 Doom | | 74|Blue - L4 Qrter | | 75|Blue - L2 Old | | 76|Blue - L3 Flare | | 77|Blue - FrogSong | | 78|Blue - TinySong | | 79|Blue - Flash | | 7A|Blue - Time Slip | | 7B|Blue - MoonFlut | | 7C|Blue - DethClaw | | 7D|Blue - Aero | | 7E|Blue - Aero 2 | | 7F|Blue - Aero 3 | | 80|Blue - Emission | | 81|Blue - GblinPnch | | 82|Blue - DrkShock | | 83|Blue - GuardOff | | 84|Blue - Fusion | | 85|Blue - MindBlst | | 86|Blue - Vampire | | 87|Blue - Hammer | | 88|Blue - MgthyGrd | | 89|Blue - Exploder | | 8A|Blue - ???? | | 8B|Blue - Blowfish | | 8C|Blue - WhiteWind | | 8D|Blue - Missile | | 8E|Enemy Magic - Kurururu | | 8F|Enemy Magic - Level Down | | 90|Enemy Magic - Escape | | 91|Enemy Magic - Stalker Attack | | 92|Enemy Magic - Byblos Attack |(Unhides Next Page) | 93|Enemy Magic - No Clue | | 94|Enemy Magic - Grand Cross | | 95|Enemy Magic - Delta Attack | | 96|Enemy Magic - Interceptor Rocket | | 97|Enemy Magic - Barrier Change | | 98|Enemy Magic - Nothing | | 99|Enemy Magic - Wind Slash | | 9A|Enemy Magic - No-Damage Magic | | 9B|Enemy Magic - Targeting | | 9C|Enemy Magic - Gravity 100 | | 9D|Enemy Magic - Darkness | | 9E|Enemy Magic - Reaper's Sword | | 9F|Enemy Magic - Punishment | | A0|Enemy Magic - Blaster | | A1|Enemy Magic - Beak | | A2|Enemy Magic - Hug | | A3|Enemy Magic - Spore | | A4|Enemy Magic - Poison Breath | | A5|Enemy Magic - Dance of the Dead | | A6|Enemy Magic - Zombie Powder | | A7|Enemy Magic - Zombie Breath | | A8|Enemy Magic - Spirit | | A9|Enemy Magic - Allure | | AA|Enemy Magic - Entangle | | AB|Enemy Magic - Rainbow Wind | | AC|Enemy Magic - Strange Dance | | AD|Enemy Magic - Electromagn Field | | AE|Enemy Magic - White Hole | | AF|Enemy Magic - Needle | | B0|Enemy Magic - Maelstrom | | B1|Enemy Magic - Bone | | B2|Enemy Magic - Tailscrew | | B3|Enemy Magic - Stomach Acid | | B4|Enemy Magic - Rocket Punch | | B5|Enemy Magic - Mustard Bomb | | B6|Enemy Magic - Almagest | | B7|Enemy Magic - Quicksand | | B8|Enemy Magic - Atomic Ray | | B9|Enemy Magic - Mini Blaze | | BA|Enemy Magic - Snowstorm | | BB|Enemy Magic - Blaze | | BC|Enemy Magic - Electric Shock | | BD|Enemy Magic - Earth Shaker | | BE|Enemy Magic - True Edge | | BF|Enemy Magic - Tidal Wave | | C0|Enemy Magic - Mega Flare | | C1|Enemy Magic - Sonic Wave | | C2|Enemy Magic - Thread | | C3|Enemy Magic - Mucus | | C4|Enemy Magic - Quake | | C5|Enemy Magic - Strong Fight | | C6|Enemy Magic - Medicine | | C7|Enemy Magic - Image | | C8|Enemy Magic - Breath Wing | | C9|Enemy Magic - Flame | | CA|Enemy Magic - Thunder | | CB|Enemy Magic - Surge Beam | | CC|Enemy Magic - Fight | | CD|Enemy Magic - Remedy | | CE|Enemy Magic - Valiant Attack | | CF|Enemy Magic - Giga Flare | | D0|Enemy Magic - Circle | | D1|Enemy Magic - Wormhole | | D2|Enemy Magic - Possess | | D3|Enemy Magic - Dynamo | | D4|Enemy Magic - Magnet | | D5|Enemy Magic - Reverse Polarity | | D6|Enemy Magic - Jump | | D7|Enemy Magic - X-Zone | | D8|Enemy Magic - Hurricane | | D9|Enemy Magic - Demon's Eye | | DA|Enemy Magic - Pull | | DB|Enemy Magic - (6A) Invincibility? |((Sandworm) does it when he dies) | DC|Enemy Magic - Unhide Monster | | DD|Enemy Magic - Terminate | | DE|(7F) [No Action] | | DF|(7F) [No Action] | | E0|(7F) [No Action] | | E1|(7F) [No Action] | | E2|(7F) [No Action] | | E3|(7F) [No Action] | | E4|(7F) [No Action] | | E5|(7F) [No Action] | | E6|(7F) [No Action] | | E7|(7F) [No Action] | | E8|(7F) [No Action] | | E9|(7F) [No Action] | | EA|(7F) [No Action] | | EB|(7F) [No Action] | | EC|(7F) [No Action] | | ED|(7F) [No Action] | | EE|(03) [Magic Sword - Type 1] | | EF|(03) [Magic Sword - Type 1] | | F0|(03) [Magic Sword - Type 1] | | F1|(03) [Magic Sword - Type 1] | | F2|(04) [Magic Sword - Type 2] | | F3|(04) [Magic Sword - Type 2] | | F4|(04) [Magic Sword - Type 2] | | F5|(04) [Magic Sword - Type 2] | | F6|(04) [Magic Sword - Type 2] | | F7|(05) [Magic Sword - Type 3] | | F8|(03) [Magic Sword - Type 1] | | F9|(05) [Magic Sword - Type 3] | | FA|(05) [Magic Sword - Type 3] | | FB|(05) [Magic Sword - Type 3] | | FC|(05) [Magic Sword - Type 3] | | FD|(05) [Magic Sword - Type 3] | | FE|(05) [Magic Sword - Type 3] | | FF|(05) [Magic Sword - Type 3] | +---+-----------------------------------+ 4.5 Misc. Abilities (Animals, Mix, Terrains) +---+-------------------+ |Hex| Magic | +---+-------------------+ | 00| Mysidian Rabbit | | 01| Squirrel | | 02| Bee Swarm | | 03| Nightingale | | 04| Momonga | | 05| Falcon | | 06| Skunk | | 07| Wild Boar | | 08| Unicorn | | 09| Failure | | 0A| Potion | | 0B| Water of Life | | 0C| X-Potion | | 0D| Elixir | | 0E| Resurrection | | 0F| Maiden's Kiss | | 10| Ether | | 11| Neutralize | | 12| Cure Blind | | 13| Dragon Power | | 14| Dark Potion | | 15| HiPotion | | 16| Half Elixir | | 17| Ether Dry | | 18| Call1 | | 19| Reincarnation | | 1A| Lillith's Kiss | | 1B| Resist Posion | | 1C| Resist Fire | | 1D| Dragon Shield | | 1E| Dark Ether | | 1F| Failure | | 20| Mix0023 |*Dummy | 21| Mix0024 |*Dummy | 22| Giant Drink | | 23| Dark Elixir | | 24| Fenix Down | | 25| Kiss of Life | | 26| Life Shield | | 27| Panacea | | 28| Resist Ice | | 29| Resist Thunder | | 2A| Dragon Armor | | 2B| Death Potion | | 2C| Kiss of Blessing | | 2D| Drain Kiss | | 2E| Levitate | | 2F| Lamia's Kiss | | 30| Dragon's Kiss | | 31| Toad's Kiss | | 32| Holywater | | 33| Bacchus' Wine | | 34| Sampson Power | | 35| Elemental Power | | 36| Holy Breath | | 37| Failure | | 38| Protect Drink | | 39| Split Shell | | 3A| Haste Drink | | 3B| Failure | | 3C| Explosive | | 3D| Antidote | | 3E| Restorative | | 3F| Poison Breath | | 40| Poison | | 41| Eyedrop | | 42| Dark Sigh | | 43| Dark Gas | | 44| Dragon Breath | | 45| Shadow Flare | | 46| Call2 | | 47| Call3 | | 48| Gust | | 49| Earthquake | | 4A| Gale Cut | | 4B| Tornado | | 4C| Branch Arrow | | 4D| Leaf Dance | | 4E| Branch Spear | | 4F| Vine Hell | | 50| Dust Storm | | 51| Quicksand | | 52| Desert Storm | | 53| Heat Sand | | 54| Tsunami | | 55| Whirpool | | 56| Big Tsunami | | 57| Big Tsunami |(again) | 58| Faen Fantom | | 59| Will-o-Wisp | | 5A| Bottomless Swamp | | 5B| Poison Mist | | 5C| Waterfall | | 5D| Stalactite | | 5E| Cave-in | | 5F| Sonic Boom | | 60| Dummy |*Dummy | 61| Dummy |*Dummy | 62| Dummy |*Dummy | 63| Dummy |*Dummy | 64| Dummy |*Dummy | 65| Dummy |*Dummy | 66| Dummy |*Dummy | 67| Dummy |*Dummy +---+-------------------+ 4.6 Monster Specialty +---+----------------+ |Hex| Name | +---+----------------+ | 00| Critical | | 01| Needle | | 02| Front Teeth | | 03| Tail | | 04| Claw | | 05| Scissor | | 06| Rod | | 07| 8 Legs | | 08| 10 Legs | | 09| Horn | | 0A| Rush | | 0B| Body Blow | | 0C| TurtleShell | | 0D| Swoop | | 0E| Fin | | 0F| Tentacle | | 10| Tongue | | 11| Bite | | 12| Elbow | | 13| Axe | | 14| Head Butt | | 15| Right Arm | | 16| Tackle | | 17| Slap | | 18| Spear | | 19| Wing | | 1A| Stab | | 1B| Knee Kick | | 1C| Spirit Power | | 1D| Fang | | 1E| Invisible Fist | | 1F| Pierce | | 20| Left Straight | | 21| Swing | | 22| Toe Kick | | 23| Sword Slap | | 24| Lunge | | 25| Tear | | 26| Vacuum Blade | | 27| High Kick | | 28| Crush | | 29| Hard Hit | | 2A| Press | | 2B| Drill | | 2C| Squeeze | | 2D| Scythe | | 2E| Wild Bull | | 2F| Cat Kick | | 30| Corner | | 31| Bear Hug | | 32| Swing Down | | 33| Slip | | 34| Fingertips | | 35| Counter | | 36| Vacuum Wave | | 37| Cleaver! | | 38| Vacuum Wave | | 39| | | 3A| | | 3B| Graying Pollen | | 3C| Poison Pollen | | 3D| Darkness Pollen| | 3E| Curse Pollen | | 3F| Charm Pollen | +---+----------------+ 4.7 World Map Vehicle +---+--------------+ |Hex| Value | +---+--------------+ | 00|Walking | | 01|Chocobo | | 02|Flying Chocobo| | 03|Hiryuu | | 04|Submarine | | 05|Ship | | 06|Airship | +---+--------------+ 4.8 Job +---+-------------+ |Hex| Job | +---+-------------+ | 00|Knight | | 01|Monk | | 02|Thief | | 03|Dragoon | | 04|Ninja | | 05|Samurai | | 06|Berserker | | 07|Hunter | | 08|Mystic Knight| | 09|White Mage | | 0A|Black Mage | | 0B|Time Mage | | 0C|Summoner | | 0D|Blue Mage | | 0E|Red Mage | | 0F|Mediator | | 10|Chemist | | 11|Geomancer | | 12|Bard | | 13|Dancer | | 14|Mimic | | 15|Freelancer | +---+-------------+ 4.9 Attack Command +---+---------------------+ |Hex| | +---+---------------------+ | 00|Nothing | | 01|Other | | 02|Item | | 03|Row | | 04|Def. | | 05|Fight | | 06|Guard | | 07|Kick | | 08|BuildUp | | 09|Mantra | | 0A|Escape | | 0B|Steal | | 0C|Capture | | 0D|Jump | | 0E|DrgnSwd | | 0F|Smoke | | 10|Image | | 11|Throw | | 12|SwdSlap | | 13|Gil Toss | | 14|Slash | | 15|Animals | | 16|Aim | | 17|X-Fight | | 18|Conjure | | 19|Observe | | 1A|Analize | | 1B|Tame | | 1C|Control | | 1D|Catch | | 1E|Release | | 1F|Combine | | 20|Drink | | 21|Pray | | 22|Revive | | 23|Terrain | | 24|Dummy01 |*Dummy | 25|Hide | | 26|Show | | 27|Dummy02 |*Dummy | 28|Sing | | 29|Flirt | | 2A|Dance | | 2B|Mimic | | 2C|MgcSwrd (Lv1) | | 2D|MgcSwrd (Lv2) | | 2E|MgcSwrd (Lv3) | | 2F|MgcSwrd (Lv4) | | 30|MgcSwrd (Lv5) | | 31|MgcSwrd (Lv6) | | 32|White (Lv1) | | 33|White (Lv2) | | 34|White (Lv3) | | 35|White (Lv4) | | 36|White (Lv5) | | 37|White (Lv6) | | 38|Black (Lv1) | | 39|Black (Lv2) | | 3A|Black (Lv3) | | 3B|Black (Lv4) | | 3C|Black (Lv5) | | 3D|Black (Lv6) | | 3E|Dimen (Lv1) | | 3F|Dimen (Lv2) | | 40|Dimen (Lv3) | | 41|Dimen (Lv4) | | 42|Dimen (Lv5) | | 43|Dimen (Lv6) | | 44|Summon (Lv1) | | 45|Summon (Lv2) | | 46|Summon (Lv3) | | 47|Summon (Lv4) | | 48|Summon (Lv5) | | 49|Red (Lv1) | | 4A|Red (Lv2) | | 4B|Red (Lv3) | | 4C|X-Magic | | 4D|Blue | +---+---------------------+ 4E to 7F Nothing +---+---------------------+ | 80|Equip Shields | | 81|Equip Armor | | 82|Equip Ribbons | | 83|Equip Swords | | 84|Equip Spears & Lances| | 85|Equip Katanas | | 86|Equip Axes & Hammers | | 87|Equip Bows | | 88|Equip Whips | | 89|Equip Harps | | 8A|Agility | | 8B|Hp +10% | | 8C|Hp +20% | | 8D|Hp +30% | | 8E|Mp +10% | | 8F|Mp +30% | | 90|Brawl | | 91|Dbl Grip | | 92|2-Handed | | 93|Medicine | | 94|Cover | | 95|Counter | | 96|Evade | | 97|Learning | | 98|Barrier | | 99|Berserk | | 9A|Caution | | 9B|Preemptive | | 9C|Passages | | 9D|DmgFloor | | 9E|Pitfalls | | 9F|Equip Rods | | A0|Dash | +---+---------------------+ A1 to FF Nothing 4.10 Attack Type (Formula) +---+--------------------------------------------+ |Hex| Formula | +---+--------------------------------------------+ | 00| ["Nothing"] | 01| [Monster Fight] | 02| [Monster Specialty] | 03| [Magic Sword - Type 1] | 04| [Magic Sword - Type 2] | 05| [Magic Sword - Type 3] | 06| [Magic Attacks] | 07| [HP based (Gravity) Attacks] | 08| [Pierce Magic Defense] | 09| [Random Damage] | 0A| [Physical Magic] | 0B| [Level Based Damage + Curable Status] | 0C| [HP Leak] | 0D| [Drain Hp] | 0E| [Drain Mp] | 0F| [Reduce HP to Critical] | 10| [Restore HP] | 11| [Full Restore HP] | 12| [Status Effect Curable] | 13| [Status Effect Temporary] | 14| [Status Effect Dispellable] | 15| [Toggle Status Curable] | 16| [Speed Status(Exclusive)] | 17| [Status Effect Curable, Instant Death only?] | 18| [Destroy (miss vs. Heavy)] | 19| [Remove Status 1,2,3] | 1A| [Resurrection] | 1B| [Drain to All - Whispering Wind] | 1C| [Element attribute change] | 1D| [Scan Monster] | 1E| [Speed up Caster - Drag] | 1F| [No Magic - Void] | 20| [Exit Battle] | 21| [Reset Battle] | 22| [Double Commands - Quick] | 23| [Golem Wall] | 24| [Constant HP restore] | 25| [Constant MP restore] | 26| [Heals Full HP and/or MP] | 27| [Inflict Status 1,2,3; ignore Immunity] | 28| [Ignore Defense, Fixed Damage] | 29| [Countdown/Erase, Apply unless Heavy] | 2A| [Damage Based on Max HP + Hp Leak] | 2B| [Damage Based on Caster's Current HP] | 2C| [50/50 chance of Status 1 or Status 2] | 2D| [Ground Attack] | 2E| [Physical magic + Status 1] | 2F| ? | 30| [Barehand] | 31| [Swords] | 32| [Knives] | 33| [Spears] | 34| [Axes] + [Staffs] | 35| [Bows w/ status effects] | 36| [Bows w/ elemental] | 37| [Katanas] | 38| [Whips] | 39| [Bells] | 3A| [Long Reach Axes] | 3B| [Rods] | 3C| [Rune Weapons] | 3D| [Reduce HP to critical + Status] | 3E| [Reduce HP to critical or HP Leak] | 3F| Zombie Breath (Enemy Magic) | 40| [Change Row] | 41| ? | 42| [Heal HP and Status] | 43| Steal (Command) | 44| Escape (Enemy magic) | 45| Throw (Command) | 46| GP Toss (Command) | 47| Tame (Command) | 48| Catch (Command) | 49| Flirt (Command) | 4A| Dance (Command) | 4B| Lv5 Doom (Blue Magic) | 4C| Lv2 Old (Blue Magic) | 4D| Lv4 Quarter (Blue Magic) | 4E| Lv3 Flare (Blue Magic) | 4F| [Revive + Status] | 50| Goblin Punch (Blue Magic) | 51| [Modify Level or Defense] | 52| [HP Leak + Status] | 53| [Damage based on current MP] | 54| [Damage = MAX HP - Current HP] | 55| [Kill Caster, Heal Target] | 56| ? | 57| [HP Leak + Status] | 58| [Flare Damage + HP Leak + Status] | 59| Giant Drink (Item/Mix: Elixir + Dragon Fang) | 5A| [Heal w/ Current HP] | 5B| ? | 5C| [Full Heal + Status] | 5D| [Zombie] | 5E| [Increase stat while Singing] | 5F| [Damage creature type only] | 60| Unhide Monster (Enemy Magic?) | 61| Stalker Attack (Enemy Magic) | 62| Unhide Next Page (Enemy Magic) | 63| Grand Cross (Enemy Magic) | 64| Chicken Knife (Weapon) | 65| Interceptor Rocket (Enemy Magic) | 66| Targeting (Enemy Magic) | 67| Pull (Enemy Magic) | 68| Terminate (Enemy Magic) | 69| Control (Command) | 6A| ? (Sandworm's Death?!) | 6B| [Status Immunity, Magic Element UP, Creature Type] | 6C| [Strong vs. Creature Type] | 6D| [Drain base on Current HP] | 6E| Brave Blade (Weapon) | 6F| Strong Fight (Enemy Attack) | 70| Wormhole (Enemy Magic) | 71| Level Down (Enemy Magic) | 72| [Bows Strong vs. Creature] | 73| [Spears Strong vs. Creature] | 74| ? | 75| ? | 76| ? | 77| ? | 78| ? | 79| ? | 7A| ? | 7B| ? | 7C| ? | 7D| ? | 7E| [Inneffective] | 7F| [No Action] + Harps +---+--------------------------------------------+ 4.11 Target +---+--------------------------------+ | 00|Target Bartz | | 01|Target Lenna | | 02|Target Galuf | | 03|Target Faris | | 04|Target Krile | | 05|Target Monster 1 | | 06|Target Monster 2 | | 07|Target Monster 3 | | 08|Target Monster 4 | | 09|Target Monster 5 | | 0A|Target Monster 6 | | 0B|Target Monster 7 | | 0C|Target Monster 8 | | 0D|Target Self |(Effectively, see below) | 0E|All Non-Self Monsters | | 0F|All Monsters | | 10|Single Non-Self Monster | | 11|Single Monster | | 12|All Front Row Players | | 13|All Back Row Players | | 14|Single Front Row Player | | 15|Single Back Row Player | | 16|All Female Players | | 17|All Male Players | | 18|Single Female Player | | 19|Single Male Player | | 1A|All Available Players | | 1B|Single Availble Player | | 1C|All Monsters With Reflect |(not really useful) | 1D|Single Monster With Reflect | | 1E|All Monsters With Critical |(aka Near Death) | 1F|Single Monster With Critical | | 20|All Monsters Less Than Half HP | | 21|Single Monster Less Than Half HP| | 22|Single Player Without Reflect | | 23|All Players In Team | | 24|Single Player In Team | | 25|All Monsters Dead Or 0 HP | | 26|Single Monster Dead Or 0 HP | | 27|Target Enkidu ? | | 28|Target Bartz If Jumping | | 29|Target Lenna If Jumping | | 2A|Target Faris If Jumping | | 2B|Target Galuf If Jumping | | 2C|Target Krile If Jumping | | 2D|Target Previous Attacker | | 2E|All Players Where Flag Set | | 2F|Target Bartz if Dead | | 30|Target Lenna if Dead | | 31|Target Faris if Dead | | 32|Target Galuf if Dead | +---+--------------------------------+ 4.12 Arena Modifier +--+------------+---------------------------+--------------+--------------+--------------+--------------+ | #| Terrain | Description | Spell 1 | Spell 2 | Spell 3 | Spell 4 | +--+------------+---------------------------+--------------+--------------+--------------+--------------+ |00| Terrain 1 | Overworld Grasslands -Day | Gust | Earthquake | Gale Cut | Tornado | |01| Terrain 2 | Overworld Forest | Branch Arrow | Leaf Dance | Branch Spear | Vine Hell | |02| Terrain 3 | Overworld Desert | Dust Storm | Quicksand | Desert Storm | Heat Sand | |03| Terrain 4 | Overworld Marshlands | Will-o-Wisp | Bottmlss Swmp| Poison Mist | Bottmlss Swmp| |04| Terrain 5 | Overworld Beach | Tsunami | Faen Fantom | Whirlpool | Big Tsunami | |05| Terrain 6 | Shipwreck Graveyard | Will-o-Wisp | Will-o-Wisp | Will-o-Wisp | Sonic Boom | |06| Terrain 7 | Cave | Will-o-Wisp | Stalactite | Gale Cut | Cave-in | |07| Terrain 8 | Waterfall Cave | Will-o-Wisp | Stalactite | Whirlpool | Cave-in | |08| Terrain 9 | Flying Deck | Gale Cut | Gale Cut | Sonic Boom | Tornado | |09| Terrain 10 | Architecture Outside | Gust | Gale Cut | Sonic Boom | Tornado | |0A| Terrain 11 | Semi-overgrown Ruins | Gust | Gale Cut | Sonic Boom | Tornado | |0B| Terrain 12 | Inhabitated Castle | Gust | Gale Cut | Sonic Boom | Tornado | |0C| Terrain 13 | Bridge | Gust | Gale Cut | Tornado | Tornado | |0D| Terrain 14 | Library | Will-o-Wisp | Will-o-Wisp | Will-o-Wisp | Sonic Boom | |0E| Terrain 15 | Burning Castle | Gust | Sonic Boom | Tornado | Tornado | |0F| Terrain 16 | Great Forest | Branch Arrow | Leaf Dance | Branch Spear | Vine Hell | |10| Terrain 17 | Mountain Slopes | Gust | Earthquake | Cave-in | Tornado | |11| Terrain 18 | Pyramids | Will-o-Wisp | Poison Mist | Sonic Boom | Cave-in | |12| Terrain 19 | Lonka Ruins - Outside | Gale Cut | Gale Cut | Sonic Boom | Tornado | |13| Terrain 20 | Roots | Branch Arrow | Leaf Dance | Branch Spear | Vine Hell | |14| Terrain 21 | Exdeath's Castle | Gust | Gale Cut | Sonic Boom | Sonic Boom | |15| Terrain 22 | Shipwreck - Day | Tsunami | Whirlpool | Big Tsunami | Waterfall | |16| Terrain 23 | Inside Fire-Powered Ship | Gust | Earthquake | Tornado | Tornado | |17| Terrain 24 | Crystal Void | Gale Cut | Sonic Boom | Tornado | Tornado | |18| Terrain 25 | Lonka Ruins - Inside | Gale Cut | Gale Cut | Sonic Boom | Tornado | |19| Terrain 26 | Shipwreck - Dusk | Tsunami | Whirlpool | Big Tsunami | Waterfall | |1A| Terrain 27 | Exdeath's Castle - *dummy | Gust | Gale Cut | Sonic Boom | Sonic Boom | |1B| Terrain 28 | Phoenix Tower Wall | Gale Cut | Tornado | Sonic Boom | Tornado | |1C| Terrain 29 | Void | Gale Cut | Gale Cut | Gale Cut | Gale Cut | |1D| Terrain 30 | Sunken Castle | Tsunami | Faen Fantom | Whirlpool | Big Tsunami | |1E| Terrain 31 | Desert - Sandworm | Dust Storm | Quicksand | Desert Storm | Heat Sand | |1F| Terrain 32 | Distorted Space | Gale Cut | Gale Cut | Gale Cut | Gale Cut | |20| Terrain 33 | *dummy - Bridge | Tornado | Gale Cut | Sonic Boom | Tornado | |21| Terrain 34 | Overworld Grasslands-Dusk | Tornado | Earthquake | Gale Cut | Tornado | +--+------------+---------------------------+--------------+--------------+--------------+--------------+ 4.13 Monster Name/Sprite/Caught +----+-----------------------+ | Hex| Name | +----+-----------------------+ |0000|Goblin | |0001|Killer Bee | |0002|Nut Eater | |0003|Stray Cat | |0004|Steel Bat | |0005|Dearo | |0006|Stroper | |0007|Black Goblin | |0008|White Snake | |0009|Mold Wind | |000A|ManiWizard | |000B|Magic Pot | |000C|Sucker | |000D|Octoraken | |000E|Gatlings | |000F|Bighorn | |0010|Tatu | |0011|Bander S. | |0012|Galura | |0013|Skeleton | |0014|Carcurser | |0015|UndeadRusk | |0016|PsychoHead | |0017|RockGarter | |0018|Gala Cat | |0019|Cockatrice | |001A|Blocks | |001B|Elf Toad | |001C|IceSoldier | |001D|RikaldMage | |001E|Wyvern | |001F|Padosule | |0020|Byblos | |0021|Aegil | |0022|Zuu | |0023|Wild Nack | |0024|GrassTurtle | |0025|Silent Bee | |0026|Mithril Drgn | |0027|Ramuh | |0028|Crew Dust | |0029|Poltergeist | |002A|Motor Trap | |002B|Defeater | |002C|Garkimasra | |002D|Sergeant | |002E|Sorcerer | |002F|Karnak | |0030|Gigas | |0031|Page 32 | |0032|Page 64 | |0033|Page 128 | |0034|Page 256 | |0035|Ifrit | |0036|Bomb | |0037|TwinLizard | |0038|BioSoldier | |0039|Crescent | |003A|BlackFlame | |003B|StoneGolem | |003C|MiniDragon | |003D|Prototype | |003E|D.Chimera | |003F|Sand Porky | |0040|Sand Killer | |0041|Sand Bear | |0042|Ra Mage | |0043|LonkaKnght | |0044|StonedMask | |0045|Whirl Demon | |0046|Lamia | |0047|ArchaeToad | |0048|Hyudora | |0049|Hydra | |004A|Water Buzz | |004B|Torrent | |004C|Rock Brain | |004D|Tarantula | |004E|Jail Bear | |004F|Lunenta | |0050|Dilure | |0051|Faery Orc | |0052|Devourer | |0053|Mandrake | |0054|Kuzar | |0055|Cactus | |0056|Sand Crawl | |0057|ShieldDrgn | |0058|Blood Slime | |0059|Acrophese | |005A|MooglEater | |005B|Lopros | |005C|Skull Eater | |005D|Aquathone | |005E|Weresnake | |005F|Conago | |0060|Ridicule | |0061|Andagranda | |0062|Drippy | |0063|Likaon | |0064|BoneDragon | |0065|Sting Eagle | |0066|ZombieDrgn | |0067|Golem | |0068|Neon | |0069|Magnetes | |006A|Wall Knight | |006B|Traveler | |006C|Tricker | |006D|Gravido | |006E|Ziggurat | |006F|Cure Beast | |0070|Land Turtle | |0071|Bold Mani | |0072|Shoat | |0073|MiniMage | |0074|GajraGajri | |0075|Mammon | |0076|Imp | |0077|Wyrm | |0078|Twin Lizard | |0079|Blind Wolf | |007A|Arage | |007B|Wall Mage | |007C|Magic Drgn | |007D|DarkWizard | |007E|AdamaGolem | |007F|BalderKuar | |0080|Motodrive | |0081|BlueDragon | |0082|Red Dragon | |0083|Yellow Drgn | |0084|Sleepy | |0085|Treeman | |0086|Hedgehog | |0087|Python | |0088|Shadow | |0089|Elm Gigas | |008A|Pao | |008B|Radiator | |008C|Metamorpha | |008D|Unknown | |008E|Desertpede | |008F|Barette | |0090|Sekmet | |0091|BlandLamia | |0092|Pyra Layer | |0093|Nile | |0094|Archaesaur | |0095|ZephyrZone | |0096|ExdethSoul | |0097|Slug | |0098|GloomWidow | |0099|Mukare | |009A|Ixecrator | |009B|Owazoral | |009C|ShdwDancer | |009D|Cursed one | |009E|Slownin | |009F|TinyMage | |00A0|Dim Master | |00A1|Bone Dragon | |00A2|Flare | |00A3|DuelKnight | |00A4|Ion | |00A5|Berserker | |00A6|Zombie Dragon | |00A7|Druid | |00A8|Iron Dress | |00A9|Statue | |00AA|Blizzard | |00AB|Isteritos | |00AC|Spizner | |00AD|Unknown | |00AE|Unknown | |00AF|Unknown | |00B0|Unknown | |00B1|Mercury Bat | |00B2|Coral | |00B3|Tonberi | |00B4|Gel Water | |00B5|Fall Guard | |00B6|Alcumia | |00B7|Red Dragon |(Alcumia) |00B8|Hydra |(Alcumia) |00B9|BoneDragon |(Alcumia) |00BA|Grenade | |00BB|Sword Dancer | |00BC|Bardandels | |00BD|Doom Dealer | |00BE|Anku Heggu | |00BF|Ammona | |00C0|Land Crawl | |00C1|Chamcubia | |00C2|Bella Donna | |00C3|Cherie | |00C4|White Flame | |00C5|MossFungus | |00C6|Orcat | |00C7|Iron Gigas | |00C8|Death Claw | |00C9|K.Behemoth | |00CA|Fanfarerro | |00CB|Necromancr | |00CC|Ninja | |00CD|Great Drgn | |00CE|AvisDragon | |00CF|Gorchimera | |00D0|LevelCheck | |00D1|Mind Mage | |00D2|Fury | |00D3|Thing | |00D4|Mover | |00D5|CrysDragon | |00D6|Achelone | |00D7|Bodyguard | |00D8|Gilgamesh |(Void) |00D9|Sahagin | |00DA|Th.Anemone | |00DB|Sea Avis | |00DC|Corvette | |00DD|Armon | |00DE|SeaScorpio | |00DF|Silvune | |00E0|Gel Fish | |00E1|Giant Bird | |00E2|Sea Devil | |00E3|Stingray | |00E4|???? |(Golem) |00E5|Golem | |00E6|Chimera | |00E7|Shiva |(Metamorpha) |00E8|Ifrit |(Metamorpha) |00E9|Ramuh |(Metamorpha) |00EA|Gala Cat |(Metamorpha) |00EB|Wyvern |(Metamorpha) |00EC|Elf Toad |(Metamorpha) |00ED|Crew Dust |(Metamorpha) |00EE|Whirl Demon |(Metamorpha) |00EF|ZombieDrgn |(Metamorpha) |00F0|D.Chimera |(Zephyr Zone) |00F1|AdamaGolem |(Zephyr Zone) |00F2|Ziggurat |(Zephyr Zone) |00F3|LonkaKnght |(Zephyr Zone) |00F4|BioSoldier |(Zephyr Zone) |00F5|Lunenta |(Zephyr Zone) |00F6|Tote Avis | |00F7|Belfegor | |00F8|Imp |(Exdeath Castle) |00F9|Owazoral |(Exdeath Castle) |00FA|Garkimasra |(Exdeath Castle) |00FB|Gabbledegak | |00FC|Gil Turtle | |00FD|Omega | |00FE|Big Boss | |00FF|None | |0100|WingRaptor |(1st Form) |0101|WingRaptor |(2nd Form) |0102|Karlaboss | |0103|Twin Tania |(2nd form) |0104|Siren |(1st Form) |0105|Siren |(2nd Form) |0106|Forza | |0107|Magisa | |0108|Galura | |0109|LiquiFlame |(Human) |010A|LiquiFlame |(Hand) |010B|LiquiFlame |(Whirlwind) |010C|Commander | |010D|Sandworm | |010E|Hole |(Sandworm) |010F| |(Sandworm) |0110|AdamanTiMi | |0111|FlameGun | |0112|Rocket | |0113|Exdeath |(Final Battle) |0114|Sol Cannon | |0115|Archaeavis |(1st Form) |0116|Archaeavis |(2nd Form) |0117|Archaeavis |(3rd Form) |0118|Archaeavis |(4th Form) |0119|Archaeavis |(Undead) |011A|Chim.Brain | |011B|Titan | |011C|Puroboros | |011D|Abductor |(Butz Battle) |011E|Gilgamesh |(Dungeon) |011F|Fishman | |0120|FlyingKillr | |0121|Lil'Chariot | |0122|NeoGalura | |0123|Gilgamesh |(Bridge) |0124|Tyrasaurus | |0125|Shiva | |0126|Abductor |(Val Castle) |0127|HiryuuPlant | |0128|HiryuuFlowr |(1) |0129|HiryuuFlowr |(2) |012A|HiryuuFlowr |(3) |012B|HiryuuFlowr |(4) |012C|HiryuuFlowr |(5) |012D|Gilgamesh |(Zeza's Fleet) |012E|Enkidou | |012F|Atmos | |0130|(Seal Guardian - Fire) | |0131|(Seal Guardian - Earth)| |0132|(Seal Guardian - Water)| |0133|(Seal Guardian - Air) | |0134|Carbunkle |(1st form) |0135|Merugene |(*Demo) |0136|Gilgamesh |(Morphed - Exdeath Castle) |0137|Exdeath |(Exdeath Castle) |0138|Antlion | |0139|Mummy | |013A|Aspis | |013B|MachinHead | |013C|Merugene |(1st form) |013D|Merugene |(2nd form) |013E|Merugene |(3rd form) |013F|Merugene |(4th form) |0140|Odin | |0141|Gargoyle | |0142|Triton | |0143|Neregeid | |0144|Phobos | |0145|Omniscient | |0146|Minotauros | |0147|Leviathan | |0148|Stalker | |0149|Gogo | |014A|Bahamut | |014B|Jura Avis | |014C|Halicarnaso | |014D|Exdeath |(vs Galuf) |014E|NeoExdeath |(Sprite 1) |014F|NeoExdeath |(Sprite 2) |0150|Goblin |(Butz Fight) |0151|Iron Claw | |0152|Sergeant |() |0153|Karnak |() |0154|Crayclaw | |0155|NeoGoblin | |0156|Calofisteri | |0157|Apocalypse | |0158|Catastroph | |0159|Necrofobia | |015A|Twin Tania |(2nd form) |015B|Launcher | |015C|Launcher | |015D|Gigamesh |(Exdeath Castle) |015E|Carbunkle |() |015F|GrandMummy | |0160|Apanda | |0161|Alte Roite | |0162|Invisible | |0163|Abductor |(Exdeath Castle) |0164|BandelKuar |(Phoenix Tower) |0165|LiquiFlame |(Phoenix Tower) |0166|Kuzar |(Phoenix Tower) |0167|Sol Cannon |(Phoenix Tower) |0168|Pantera | |0169|Shinryuu | |016A|Barrier | |016B|Neo Exdeath |(Part 1) |016C|Neo Exdeath |(Part 2) |016D|Neo Exdeath |(Part 3) |016E|Neo Exdeath |(Part 4) |016F|Gilgamesh |(Necrofobia) +----+-----------------------+ 4.14 Monster Group Modifier +----+-------------------------------------------+ | HEX| ( ID ) NAME | +----+-------------------------------------------+ |0000| (0000) Goblin | +----+-------------------------------------------+ |0001| (0001) Killer Bee | | | (0001) Killer Bee (B) | +----+-------------------------------------------+ |0002| (0000) Goblin | | | (0000) Goblin (B) | | | (0000) Goblin (B) | +----+-------------------------------------------+ |0003| (0001) Killer Bee | | | (0001) Killer Bee (B) | | | (0000) Goblin | +----+-------------------------------------------+ |0004| (0002) Nut Eater | | | (0002) Nut Eater (B) | | | (0002) Nut Eater (B) | +----+-------------------------------------------+ |0005| (0003) Stray Cat | | | (0003) Stray Cat | | | (0003) Stray Cat (B) | | | (0003) Stray Cat (B) | +----+-------------------------------------------+ |0006| (0003) Stray Cat (B) | | | (0001) Killer Bee (B) | | | (0002) Nut Eater | | | (0003) Stray Cat (H) | Does not appear +----+-------------------------------------------+ |0007| (0004) Steel Bat | | | (0004) Steel Bat (B) | +----+-------------------------------------------+ |0008| (0004) Steel Bat | | | (0004) Steel Bat (B) | | | (0005) Dearo | +----+-------------------------------------------+ |0009| (0005) Dearo | | | (0005) Dearo | +----+-------------------------------------------+ |000A| (0004) Steel Bat | | | (0004) Steel Bat (B) | | | (0004) Steel Bat | +----+-------------------------------------------+ |000B| (0006) Stroper | | | (0006) Stroper (B) | +----+-------------------------------------------+ |000C| (0006) Stroper | | | (0006) Stroper (B) | | | (0004) Steel Bat | +----+-------------------------------------------+ |000D| (0007) Black Goblin | | | (0007) Black Goblin (B) | +----+-------------------------------------------+ |000E| (0008) White Snake | +----+-------------------------------------------+ |000F| (0008) White Snake (B) | | | (0007) Black Goblin | +----+-------------------------------------------+ |0010| (0009) Mold Wind | | | (0007) Black Goblin | | | (0008) White Snake (B) | +----+-------------------------------------------+ |0011| (0009) Mold Wind | | | (0009) Mold Wind (B) | | | (0009) Mold Wind | +----+-------------------------------------------+ |0012| (000A) ManiWizard (B) | | | (0009) Mold Wind (B) | | | (0007) Black Goblin | +----+-------------------------------------------+ |0013| (000A) ManiWizard (B) | | | (0008) White Snake | +----+-------------------------------------------+ |0014| (000A) ManiWizard (B) | | | (000A) ManiWizard | | | (000A) ManiWizard | +----+-------------------------------------------+ |0015| (000D) Octoraken | | | (000D) Octoraken (B) | +----+-------------------------------------------+ |0016| (000C) Sucker | | | (000C) Sucker (B) | +----+-------------------------------------------+ |0017| (000C) Sucker | | | (000C) Sucker | | | (000D) Octoraken (B) | +----+-------------------------------------------+ |0018| (000D) Octoraken | | | (000D) Octoraken | | | (000C) Sucker (B) | +----+-------------------------------------------+ |0019| (000E) Gatlings | +----+-------------------------------------------+ |001A| (000E) Gatlings | | | (000E) Gatlings | | | (000F) Bighorn (B) | +----+-------------------------------------------+ |001B| (0010) Tatu | | | (0010) Tatu (B) | +----+-------------------------------------------+ |001C| (000F) Bighorn | | | (000E) Gatlings | | | (0010) Tatu (B) | +----+-------------------------------------------+ |001D| (0010) Tatu | | | (0010) Tatu | | | (000E) Gatlings (B) | +----+-------------------------------------------+ |001E| (000F) Bighorn | | | (000F) Bighorn (B) | +----+-------------------------------------------+ |001F| (0011) Bander S. | +----+-------------------------------------------+ |0020| (0011) Bander S. | | | (000F) Bighorn (B) | +----+-------------------------------------------+ |0021| (0011) Bander S. | | | (0011) Bander S. (B) | | | (0011) Bander S. (B) | +----+-------------------------------------------+ |0022| (0012) Galura | +----+-------------------------------------------+ |0023| (0013) Skeleton | +----+-------------------------------------------+ |0024| (0013) Skeleton | | | (0013) Skeleton | | | (0013) Skeleton (B) | +----+-------------------------------------------+ |0025| (0014) Carcurser (B) | | | (0014) Carcurser (B) | | | (0013) Skeleton (B) | | | (0013) Skeleton | +----+-------------------------------------------+ |0026| (0015) UndeadRusk | +----+-------------------------------------------+ |0027| (0015) UndeadRusk (B) | | | (0013) Skeleton | | | (0014) Carcurser | +----+-------------------------------------------+ |0028| (0015) UndeadRusk (B) | | | (0016) PsychoHead | +----+-------------------------------------------+ |0029| (0013) Skeleton | | | (0013) Skeleton (B) | | | (0013) Skeleton | | | (0016) PsychoHead (B) | +----+-------------------------------------------+ |002A| (0016) PsychoHead (B) | | | (0016) PsychoHead | | | (0015) UndeadRusk | +----+-------------------------------------------+ |002B| (0016) PsychoHead | | | (0014) Carcurser | | | (0013) Skeleton (B) | +----+-------------------------------------------+ |002C| (0015) UndeadRusk (B) | | | (0015) UndeadRusk | +----+-------------------------------------------+ |002D| (0017) RockGarter | | | (0017) RockGarter (B) | +----+-------------------------------------------+ |002E| (0018) Gala Cat | +----+-------------------------------------------+ |002F| (0017) RockGarter | | | (0017) RockGarter (B) | | | (0018) Gala Cat (B) | +----+-------------------------------------------+ |0030| (0018) Gala Cat | | | (0018) Gala Cat | | | (0018) Gala Cat (B) | +----+-------------------------------------------+ |0031| (0019) Cockatrice | +----+-------------------------------------------+ |0032| (0019) Cockatrice (B) | | | (0017) RockGarter | | | (0017) RockGarter | +----+-------------------------------------------+ |0033| (0019) Cockatrice (B) | | | (0019) Cockatrice | +----+-------------------------------------------+ |0034| (001A) Blocks | | | (001A) Blocks | | | (001A) Blocks | | | (001A) Blocks (B) | | | (001A) Blocks (B) | +----+-------------------------------------------+ |0035| (001A) Blocks (B) | | | (001A) Blocks | | | (0017) RockGarter | | | (0017) RockGarter | +----+-------------------------------------------+ |0036| (001B) Elf Toad (B) | | | (001B) Elf Toad | | | (001B) Elf Toad (B) | +----+-------------------------------------------+ |0037| (001C) IceSoldier | | | (001C) IceSoldier (B) | +----+-------------------------------------------+ |0038| (001B) Elf Toad | | | (001B) Elf Toad | | | (001C) IceSoldier (B) | +----+-------------------------------------------+ |0039| (001D) RikaldMage (B) | | | (001C) IceSoldier | | | (001C) IceSoldier | +----+-------------------------------------------+ |003A| (001D) RikaldMage | | | (001D) RikaldMage | | | (001D) RikaldMage (B) | +----+-------------------------------------------+ |003B| (001E) Wyvern | +----+-------------------------------------------+ |003C| (001E) Wyvern | | | (001F) Padosule (B) | +----+-------------------------------------------+ |003D| (001F) Padosule | +----+-------------------------------------------+ |003E| (001F) Padosule | | | (001D) RikaldMage (B) | | | (001C) IceSoldier | +----+-------------------------------------------+ |003F| (001F) Padosule (B) | | | (001F) Padosule | +----+-------------------------------------------+ |0040| (001E) Wyvern | | | (001E) Wyvern (B) | +----+-------------------------------------------+ |0041| (0021) Aegil | | | (0021) Aegil (B) | | | (0021) Aegil (B) | +----+-------------------------------------------+ |0042| (0022) Zuu | +----+-------------------------------------------+ |0043| (0022) Zuu (B) | | | (0021) Aegil | | | (0021) Aegil (B) | +----+-------------------------------------------+ |0044| (0023) Wild Nack | | | (0023) Wild Nack | | | (0023) Wild Nack | | | (0023) Wild Nack (B) | | | (0023) Wild Nack (B) | +----+-------------------------------------------+ |0045| (0024) GrassTurtle | | | (0024) GrassTurtle (B) | +----+-------------------------------------------+ |0046| (0021) Aegil | | | (0021) Aegil (B) | | | (0024) GrassTurtle (B) | +----+-------------------------------------------+ |0047| (0022) Zuu (B) | | | (0024) GrassTurtle | | | (0021) Aegil (B) | +----+-------------------------------------------+ |0048| (0025) Silent Bee | | | (0025) Silent Bee | | | (0025) Silent Bee | | | (0025) Silent Bee (B) | +----+-------------------------------------------+ |0049| (0026) Mithril Drgn (B) | | | (0025) Silent Bee | | | (0024) GrassTurtle | +----+-------------------------------------------+ |004A| (0026) Mithril Drgn | +----+-------------------------------------------+ |004B| (0026) Mithril Drgn | | | (0026) Mithril Drgn | | | (0026) Mithril Drgn (B) | +----+-------------------------------------------+ |004C| (0027) Ramuh | +----+-------------------------------------------+ |004D| (0028) Crew Dust | | | (0028) Crew Dust (B) | +----+-------------------------------------------+ |004E| (0028) Crew Dust | | | (0028) Crew Dust (B) | | | (0028) Crew Dust | | | (0028) Crew Dust (B) | +----+-------------------------------------------+ |004F| (0028) Crew Dust | | | (0028) Crew Dust (B) | | | (002B) Defeater | | | (002B) Defeater (H) | Does not appear | | (002A) Motor Trap (H) | | | (002A) Motor Trap (HB) | +----+-------------------------------------------+ |0050| (0029) Poltergeist (B) | | | (002B) Defeater | | | (002B) Defeater (H) | Does not appear | | (002B) Defeater (H) | Does not appear | | (002A) Motor Trap (HB) | | | (002A) Motor Trap (H) | +----+-------------------------------------------+ |0051| (0028) Crew Dust | | | (0028) Crew Dust (B) | | | (0029) Poltergeist | +----+-------------------------------------------+ |0052| (0029) Poltergeist | | | (0029) Poltergeist (B) | +----+-------------------------------------------+ |0053| (0028) Crew Dust | | | (0028) Crew Dust (B) | | | (002B) Defeater | | | (002B) Defeater (B) | | | (002A) Motor Trap (H) | | | (002A) Motor Trap (HB) | +----+-------------------------------------------+ |0054| (002B) Defeater | | | (002B) Defeater (H) | Does not appear | | (002B) Defeater (H) | Does not appear | | (002B) Defeater (H) | Does not appear | | (002A) Motor Trap (HB) | | | (002A) Motor Trap (H) | +----+-------------------------------------------+ |0055| (0028) Crew Dust | | | (002B) Defeater | | | (002B) Defeater (B) | | | (002B) Defeater (B) | | | (002A) Motor Trap (H) | | | (002A) Motor Trap (HB) | +----+-------------------------------------------+ |0056| (002D) Sergeant (B) | | | (002F) Karnak | | | (002F) Karnak | | | (002F) Karnak | +----+-------------------------------------------+ |0057| (002E) Sorcerer (B) | | | (002E) Sorcerer | +----+-------------------------------------------+ |0058| (002E) Sorcerer (B) | | | (002F) Karnak | | | (002F) Karnak | +----+-------------------------------------------+ |0059| (002F) Karnak | +----+-------------------------------------------+ |005A| (0030) Gigas | +----+-------------------------------------------+ |005B| (0030) Gigas | | | (002E) Sorcerer (B) | | | (002F) Karnak (B) | +----+-------------------------------------------+ |005C| (0031) Page 32 | | | (0032) Page 64 (H) | +----+-------------------------------------------+ |005D| (0032) Page 64 | | | (0031) Page 32 (H) | | | (0032) Page 64 (H) | +----+-------------------------------------------+ |005E| (0032) Page 64 | | | (0032) Page 64 (H) | | | (0032) Page 64 (H) | +----+-------------------------------------------+ |005F| (0031) Page 32 | | | (0031) Page 32 (H) | | | (0033) Page 128 (H) | | | (0033) Page 128 (H) | +----+-------------------------------------------+ |0060| (0032) Page 64 | | | (0033) Page 128 (H) | | | (0033) Page 128 (H) | | | (0031) Page 32 (H) | +----+-------------------------------------------+ |0061| (0031) Page 32 | | | (0032) Page 64 (H) | | | (0033) Page 128 (H) | +----+-------------------------------------------+ |0062| (0032) Page 64 | | | (0034) Page 256 (H) | | | (0031) Page 32 (H) | +----+-------------------------------------------+ |0063| (0033) Page 128 | | | (0033) Page 128 (H) | | | (0034) Page 256 (H) | +----+-------------------------------------------+ |0064| (0033) Page 128 | | | (0032) Page 64 (H) | | | (0034) Page 256 (H) | | | (0033) Page 128 (H) | +----+-------------------------------------------+ |0065| (0031) Page 32 | | | (0032) Page 64 (H) | | | (0033) Page 128 (H) | | | (0034) Page 256 (H) | | | (0033) Page 128 (H) | | | (0032) Page 64 (H) | | | (0031) Page 32 (H) | +----+-------------------------------------------+ |0066| (0036) Bomb (B) | | | (0036) Bomb | +----+-------------------------------------------+ |0067| (0036) Bomb | | | (0036) Bomb | | | (0037) TwinLizard (B) | +----+-------------------------------------------+ |0068| (0037) TwinLizard (B) | | | (0037) TwinLizard (B) | | | (0037) TwinLizard | +----+-------------------------------------------+ |0069| (0036) Bomb (B) | | | (0036) Bomb | | | (0036) Bomb | | | (0036) Bomb (B) | +----+-------------------------------------------+ |006A| (0038) BioSoldier | | | (0038) BioSoldier (B) | +----+-------------------------------------------+ |006B| (0038) BioSoldier (B) | | | (0037) TwinLizard | | | (0039) Crescent | +----+-------------------------------------------+ |006C| (0039) Crescent | | | (0039) Crescent | | | (0037) TwinLizard (B) | +----+-------------------------------------------+ |006D| (0039) Crescent | | | (0039) Crescent (B) | | | (003A) BlackFlame (B) | | | (003A) BlackFlame | +----+-------------------------------------------+ |006E| (003A) BlackFlame | | | (003A) BlackFlame (B) | | | (003A) BlackFlame | | | (003A) BlackFlame | | | (003A) BlackFlame (B) | +----+-------------------------------------------+ |006F| (003B) StoneGolem | | | (003A) BlackFlame (B) | | | (003A) BlackFlame | +----+-------------------------------------------+ |0070| (003C) MiniDragon (B) | | | (003C) MiniDragon (B) | | | (003C) MiniDragon | | | (003C) MiniDragon | | | (003C) MiniDragon | +----+-------------------------------------------+ |0071| (003D) Prototype | +----+-------------------------------------------+ |0072| (003E) D.Chimera | +----+-------------------------------------------+ |0073| (003F) Sand Porky | | | (003F) Sand Porky | | | (003F) Sand Porky (B) | +----+-------------------------------------------+ |0074| (003F) Sand Porky | | | (003F) Sand Porky | | | (003F) Sand Porky | | | (003F) Sand Porky (B) | | | (003F) Sand Porky (B) | +----+-------------------------------------------+ |0075| (0040) Sand Killer (B) | | | (0040) Sand Killer | +----+-------------------------------------------+ |0076| (0040) Sand Killer (B) | | | (003F) Sand Porky | | | (003F) Sand Porky | +----+-------------------------------------------+ |0077| (0041) Sand Bear | +----+-------------------------------------------+ |0078| (0041) Sand Bear (B) | | | (0040) Sand Killer | | | (003F) Sand Porky | +----+-------------------------------------------+ |0079| (0042) Ra Mage (B) | | | (0043) LonkaKnght | +----+-------------------------------------------+ |007A| (0043) LonkaKnght | | | (0043) LonkaKnght (B) | | | (0043) LonkaKnght (B) | +----+-------------------------------------------+ |007B| (0042) Ra Mage | | | (0042) Ra Mage (B) | | | (0044) StonedMask (B) | | | (0044) StonedMask | | | (0044) StonedMask (B) | +----+-------------------------------------------+ |007C| (0043) LonkaKnght | | | (0043) LonkaKnght | | | (0044) StonedMask (B) | | | (0044) StonedMask (B) | +----+-------------------------------------------+ |007D| (0045) Whirl Demon | +----+-------------------------------------------+ |007E| (0045) Whirl Demon | | | (0045) Whirl Demon (B) | +----+-------------------------------------------+ |007F| (0045) Whirl Demon (B) | | | (0043) LonkaKnght | | | (0043) LonkaKnght | +----+-------------------------------------------+ |0080| (0046) Lamia | +----+-------------------------------------------+ |0081| (0046) Lamia (B) | | | (0044) StonedMask | | | (0044) StonedMask | | | (0044) StonedMask (B) | +----+-------------------------------------------+ |0082| (0047) ArchaeToad | | | (0047) ArchaeToad (B) | | | (0047) ArchaeToad (B) | +----+-------------------------------------------+ |0083| (0047) ArchaeToad (B) | | | (0045) Whirl Demon | | | (0046) Lamia (B) | +----+-------------------------------------------+ |0084| (0048) Hyudora | +----+-------------------------------------------+ |0085| (0048) Hyudora (B) | | | (0042) Ra Mage | | | (0043) LonkaKnght | +----+-------------------------------------------+ |0086| (0049) Hydra | +----+-------------------------------------------+ |0087| (004A) Water Buzz (B) | | | (004A) Water Buzz | | | (004A) Water Buzz (B) | +----+-------------------------------------------+ |0088| (004B) Torrent | | | (004B) Torrent | | | (004B) Torrent (B) | +----+-------------------------------------------+ |0089| (004C) Rock Brain | | | (004C) Rock Brain | | | (004C) Rock Brain (B) | +----+-------------------------------------------+ |008A| (004C) Rock Brain (B) | | | (004B) Torrent | | | (004A) Water Buzz | +----+-------------------------------------------+ |008B| (004C) Rock Brain | | | (004C) Rock Brain (B) | | | (004B) Torrent (B) | | | (004B) Torrent | +----+-------------------------------------------+ |008C| (004D) Tarantula (B) | | | (004D) Tarantula | +----+-------------------------------------------+ |008D| (004D) Tarantula (B) | | | (004D) Tarantula (B) | | | (004D) Tarantula | | | (004D) Tarantula | +----+-------------------------------------------+ |008E| (004E) Jail Bear | +----+-------------------------------------------+ |008F| (004E) Jail Bear (B) | | | (004D) Tarantula | | | (004D) Tarantula | +----+-------------------------------------------+ |0090| (004F) Lunenta | | | (004F) Lunenta (B) | +----+-------------------------------------------+ |0091| (004F) Lunenta (B) | | | (0050) Dilure | | | (0050) Dilure | +----+-------------------------------------------+ |0092| (0050) Dilure | | | (0050) Dilure | | | (0050) Dilure (B) | | | (0050) Dilure (B) | | | (0050) Dilure | +----+-------------------------------------------+ |0093| (0051) Faerie Orc | | | (0051) Faerie Orc (B) | | | (0051) Faerie Orc | +----+-------------------------------------------+ |0094| (0051) Faerie Orc | | | (004F) Lunenta | | | (0050) Dilure (B) | +----+-------------------------------------------+ |0095| (0052) Devourer | | | (0051) Faerie Orc | | | (0051) Faerie Orc (B) | +----+-------------------------------------------+ |0096| (0053) Mandrake (B) | | | (0052) Devourer | | | (0052) Devourer | +----+-------------------------------------------+ |0097| (0053) Mandrake (B) | | | (004F) Lunenta | | | (0050) Dilure (B) | +----+-------------------------------------------+ |0098| (0052) Devourer | | | (004F) Lunenta (B) | | | (004F) Lunenta (B) | +----+-------------------------------------------+ |0099| (0054) Kuzar | +----+-------------------------------------------+ |009A| (0055) Cactus (B) | | | (0055) Cactus | | | (0055) Cactus (B) | +----+-------------------------------------------+ |009B| (0056) Sand Crawl | +----+-------------------------------------------+ |009C| (0056) Sand Crawl (B) | | | (0055) Cactus | | | (0055) Cactus | +----+-------------------------------------------+ |009D| (0057) ShieldDrgn | +----+-------------------------------------------+ |009E| (0058) Blood Slime | | | (0058) Blood Slime (B) | | | (0058) Blood Slime | +----+-------------------------------------------+ |009F| (0058) Blood Slime | | | (0058) Blood Slime | | | (0058) Blood Slime (B) | | | (0058) Blood Slime | | | (0058) Blood Slime | | | (0058) Blood Slime (B) | +----+-------------------------------------------+ |00A0| (0059) Acrophese (B) | | | (0059) Acrophese | | | (0059) Acrophese | | | (0059) Acrophese (B) | +----+-------------------------------------------+ |00A1| (005A) MooglEater | | | (005A) MooglEater (B) | +----+-------------------------------------------+ |00A2| (005A) MooglEater (B) | | | (0059) Acrophese | | | (0058) Blood Slime | +----+-------------------------------------------+ |00A3| (005B) Lopros | +----+-------------------------------------------+ |00A4| (005B) Lopros | | | (005B) Lopros (B) | +----+-------------------------------------------+ |00A5| (0072) Shoat | +----+-------------------------------------------+ |00A6| (005C) Skull Eater | | | (005C) Skull Eater (H) | | | (005C) Skull Eater (H) | | | (005C) Skull Eater (H) | | | (005C) Skull Eater (HB) | | | (005C) Skull Eater (HB) | +----+-------------------------------------------+ |00A7| (008A) Pao | +----+-------------------------------------------+ |00A8| (005D) Aquathone | +----+-------------------------------------------+ |00A9| (005E) Weresnake (B) | | | (005E) Weresnake | +----+-------------------------------------------+ |00AA| (005F) Conago (B) | | | (005F) Conago | | | (005F) Conago (B) | +----+-------------------------------------------+ |00AB| (005F) Conago | | | (005E) Weresnake | | | (005D) Aquathone (B) | +----+-------------------------------------------+ |00AC| (0060) Ridicule (B) | | | (005D) Aquathone | +----+-------------------------------------------+ |00AD| (0060) Ridicule (B) | | | (005F) Conago | | | (005F) Conago | +----+-------------------------------------------+ |00AE| (0060) Ridicule (B) | | | (0060) Ridicule | | | (005E) Weresnake (B) | | | (005F) Conago | +----+-------------------------------------------+ |00AF| (0061) Andagranda | +----+-------------------------------------------+ |00B0| (0061) Andagranda (B) | | | (0061) Andagranda (B) | | | (0061) Andagranda | | | (0061) Andagranda | +----+-------------------------------------------+ |00B1| (0062) Drippy (B) | | | (0062) Drippy | +----+-------------------------------------------+ |00B2| (0063) Likaon | +----+-------------------------------------------+ |00B3| (0063) Likaon (B) | | | (0063) Likaon (B) | | | (0063) Likaon | | | (0063) Likaon | | | (0063) Likaon | +----+-------------------------------------------+ |00B4| (0064) BoneDragon (B) | | | (0062) Drippy | | | (0062) Drippy | +----+-------------------------------------------+ |00B5| (0065) Sting Eagle | | | (0065) Sting Eagle (B) | +----+-------------------------------------------+ |00B6| (0065) Sting Eagle | | | (0062) Drippy (B) | | | (0062) Drippy (H) | Does not appear +----+-------------------------------------------+ |00B7| (0064) BoneDragon (B) | | | (0065) Sting Eagle | | | (0063) Likaon | | | (0063) Likaon | +----+-------------------------------------------+ |00B8| (0064) BoneDragon (B) | | | (0064) BoneDragon | +----+-------------------------------------------+ |00B9| (0066) ZombieDrgn | +----+-------------------------------------------+ |00BA| (0066) ZombieDrgn (B) | | | (0065) Sting Eagle | | | (0062) Drippy | +----+-------------------------------------------+ |00BB| (0067) Golem (1st Form) (B) | | | (00A1) BoneDragon (Golem Battle) | | | (00A6) ZombieDrgn (Golem Battle) | | | (00E5) Golem (2nd Form) (HB) | +----+-------------------------------------------+ |00BC| (0068) Neon | +----+-------------------------------------------+ |00BD| (0068) Neon | | | (0068) Neon (B) | | | (0068) Neon (B) | +----+-------------------------------------------+ |00BE| (006B) Traveler (B) | | | (0068) Neon | | | (0068) Neon | +----+-------------------------------------------+ |00BF| (0069) Magnetes (B) | | | (0069) Magnetes | | | (006A) Wall Knight | | | (006A) Wall Knight (B) | +----+-------------------------------------------+ |00C0| (006A) Wall Knight | +----+-------------------------------------------+ |00C1| (006B) Traveler (B) | | | (006D) Gravido | +----+-------------------------------------------+ |00C2| (006B) Traveler (B) | | | (006A) Wall Knight | | | (0069) Magnetes (B) | +----+-------------------------------------------+ |00C3| (006C) Tricker | | | (006C) Tricker (B) | | | (006C) Tricker | +----+-------------------------------------------+ |00C4| (006C) Tricker | | | (006C) Tricker | | | (006B) Traveler (B) | +----+-------------------------------------------+ |00C5| (006D) Gravido (B) | | | (006A) Wall Knight | | | (0069) Magnetes (B) | | | (00F1) AdamaGolem (Zephir Zone) (H) | Does not appear +----+-------------------------------------------+ |00C6| (006D) Gravido | | | (006A) Wall Knight (B) | | | (006C) Tricker (B) | +----+-------------------------------------------+ |00C7| (006E) Ziggurat | +----+-------------------------------------------+ |00C8| (006E) Ziggurat (B) | | | (0069) Magnetes | | | (0069) Magnetes | +----+-------------------------------------------+ |00C9| (006E) Ziggurat (B) | | | (006E) Ziggurat | | | (0069) Magnetes (B) | +----+-------------------------------------------+ |00CA| (006F) Cure Beast (B) | | | (006F) Cure Beast (B) | | | (006F) Cure Beast | | | (006F) Cure Beast | +----+-------------------------------------------+ |00CB| (0070) Land Turtle | +----+-------------------------------------------+ |00CC| (006F) Cure Beast (B) | | | (0070) Land Turtle | | | (0070) Land Turtle | +----+-------------------------------------------+ |00CD| (0070) Land Turtle (B) | | | (0070) Land Turtle | | | (0070) Land Turtle | +----+-------------------------------------------+ |00CE| (0071) Bold Mani | | | (0071) Bold Mani (B) | | | (006F) Cure Beast | | | (006F) Cure Beast (B) | +----+-------------------------------------------+ |00CF| (0071) Bold Mani (B) | | | (0071) Bold Mani (B) | | | (0071) Bold Mani | | | (0071) Bold Mani | | | (0071) Bold Mani | +----+-------------------------------------------+ |00D0| (0071) Bold Mani (B) | | | (0070) Land Turtle | | | (006F) Cure Beast | | | (006F) Cure Beast (B) | +----+-------------------------------------------+ |00D1| (0073) MiniMage (B) | | | (0073) MiniMage | | | (0073) MiniMage | | | (0073) MiniMage | | | (0073) MiniMage (B) | | | (0073) MiniMage (B) | +----+-------------------------------------------+ |00D2| (0074) GajraGajri (B) | | | (0074) GajraGajri | | | (0074) GajraGajri | +----+-------------------------------------------+ |00D3| (0074) GajraGajri | | | (0074) GajraGajri | | | (0073) MiniMage (B) | | | (0073) MiniMage (B) | +----+-------------------------------------------+ |00D4| (0075) Mammon | | | (0075) Mammon | | | (0075) Mammon (B) | | | (0073) MiniMage (B) | | | (0073) MiniMage | +----+-------------------------------------------+ |00D5| (0075) Mammon | | | (0075) Mammon | | | (0074) GajraGajri (B) | | | (0074) GajraGajri | | | (0073) MiniMage (B) | +----+-------------------------------------------+ |00D6| (0076) Imp (B) | | | (0076) Imp | +----+-------------------------------------------+ |00D7| (0076) Imp | | | (0075) Mammon | | | (0075) Mammon (B) | | | (0074) GajraGajri (B) | +----+-------------------------------------------+ |00D8| (0076) Imp (B) | | | (0076) Imp (B) | | | (0074) GajraGajri | | | (0073) MiniMage | +----+-------------------------------------------+ |00D9| (0077) Wyrm | +----+-------------------------------------------+ |00DA| (0077) Wyrm (B) | | | (0073) MiniMage (B) | | | (0073) MiniMage | +----+-------------------------------------------+ |00DB| (0078) TwinLizard (B) | | | (0078) TwinLizard | +----+-------------------------------------------+ |00DC| (0079) Blind Wolf | | | (0079) Blind Wolf | | | (0079) Blind Wolf | | | (0079) Blind Wolf (B) | | | (0079) Blind Wolf (B) | +----+-------------------------------------------+ |00DD| (0078) TwinLizard (B) | | | (0078) TwinLizard | | | (0079) Blind Wolf | | | (007A) Arage (B) | +----+-------------------------------------------+ |00DE| (007B) Wall Mage (B) | | | (0079) Blind Wolf | | | (0079) Blind Wolf | | | (0078) TwinLizard | +----+-------------------------------------------+ |00DF| (007B) Wall Mage | | | (007B) Wall Mage (B) | | | (007B) Wall Mage | +----+-------------------------------------------+ |00E0| (007C) Magic Drgn | +----+-------------------------------------------+ |00E1| (007C) Magic Drgn | | | (0078) TwinLizard (B) | | | (007B) Wall Mage (B) | +----+-------------------------------------------+ |00E2| (007C) Magic Drgn | | | (007C) Magic Drgn | | | (007C) Magic Drgn (B) | | | (007A) Arage (B) | | | (0079) Blind Wolf | +----+-------------------------------------------+ |00E3| (007D) DarkWizard | | | (007D) DarkWizard (B) | +----+-------------------------------------------+ |00E4| (007D) DarkWizard | | | (007D) DarkWizard | | | (007B) Wall Mage (B) | +----+-------------------------------------------+ |00E5| (007E) AdamaGolem | | | (007A) Arage | | | (007A) Arage (B) | | | (007A) Arage (B) | +----+-------------------------------------------+ |00E6| (007E) AdamaGolem | | | (007E) AdamaGolem (B) | +----+-------------------------------------------+ |00E7| (007E) AdamaGolem | | | (007D) DarkWizard (B) | | | (007B) Wall Mage (B) | +----+-------------------------------------------+ |00E8| (007F) BandelKuar | | | (007F) BandelKuar | | | (007D) DarkWizard (B) | +----+-------------------------------------------+ |00E9| (007F) BandelKuar (B) | | | (0079) Blind Wolf | | | (0079) Blind Wolf | +----+-------------------------------------------+ |00EA| (0080) Motordrive (B) | | | (0080) Motordrive | +----+-------------------------------------------+ |00EB| (0080) Motordrive | | | (0080) Motordrive (B) | | | (007D) DarkWizard | +----+-------------------------------------------+ |00EC| (0082) Red Dragon | +----+-------------------------------------------+ |00ED| (0083) Yellow Drgn | +----+-------------------------------------------+ |00EE| (0081) BlueDragon | | | (0081) BlueDragon (B) | | | (0081) BlueDragon (B) | +----+-------------------------------------------+ |00EF| (0082) Red Dragon | | | (0081) BlueDragon (B) | +----+-------------------------------------------+ |00F0| (0083) Yellow Drgn (B) | | | (0083) Yellow Drgn | +----+-------------------------------------------+ |00F1| (0084) Sleepy | | | (0084) Sleepy (B) | | | (0084) Sleepy (B) | | | (0084) Sleepy (B) | +----+-------------------------------------------+ |00F2| (0085) Treeman | | | (0085) Treeman | | | (0085) Treeman (B) | +----+-------------------------------------------+ |00F3| (0085) Treeman | | | (0084) Sleepy | | | (0088) Shadow (B) | +----+-------------------------------------------+ |00F4| (0086) Hedgehog (B) | | | (0088) Shadow (B) | | | (0088) Shadow | | | (0088) Shadow | +----+-------------------------------------------+ |00F5| (0086) Hedgehog | | | (0084) Sleepy (B) | | | (0085) Treeman | | | (0085) Treeman (B) | +----+-------------------------------------------+ |00F6| (0087) Python | | | (0086) Hedgehog | | | (0085) Treeman (B) | +----+-------------------------------------------+ |00F7| (0087) Python | | | (0087) Python (B) | | | (0085) Treeman (B) | | | (0085) Treeman | +----+-------------------------------------------+ |00F8| (0088) Shadow | | | (0088) Shadow | | | (0085) Treeman (B) | +----+-------------------------------------------+ |00F9| (0088) Shadow | | | (0088) Shadow (B) | | | (0087) Python (B) | | | (0086) Hedgehog (B) | +----+-------------------------------------------+ |00FA| (0089) Elm Gigas | +----+-------------------------------------------+ |00FB| (0089) Elm Gigas (B) | | | (0088) Shadow | | | (0087) Python | +----+-------------------------------------------+ |00FC| (0089) Elm Gigas (B) | | | (0086) Hedgehog | | | (0084) Sleepy | +----+-------------------------------------------+ |00FD| (008A) Pao | +----+-------------------------------------------+ |00FE| (008B) Radiator (B) | | | (008B) Radiator | +----+-------------------------------------------+ |00FF| (008B) Radiator (B) | | | (008B) Radiator (B) | | | (008B) Radiator | | | (008B) Radiator | +----+-------------------------------------------+ |0100| (008C) Metamorpha | | | (00E7) Shiva (Metamorpha) (H) | | | (00E8) Ifrit (Metamorpha) (H) | | | (00E9) Ramuh (Metamorpha) (H) | +----+-------------------------------------------+ |0101| (008C) Metamorpha | | | (00E7) Shiva (Metamorpha) (H) | | | (00EA) Gala Cat (Metamorpha) (H) | | | (00EC) Elf Toad (Metamorpha) (H) | +----+-------------------------------------------+ |0102| (008C) Metamorpha | | | (00E8) Ifrit (Metamorpha) (H) | | | (00EB) Wyvern (Metamorpha) (H) | | | (00EE) Whirl Demon (Metamorpha) (H) | +----+-------------------------------------------+ |0103| (008C) Metamorpha | | | (00E9) Ramuh (Metamorpha) (H) | | | (00ED) Crew Dust (Metamorpha) (H) | | | (00EF) ZombieDrgn (Metamorpha) (H) | +----+-------------------------------------------+ |0104| (008E) Desertpede | | | (008E) Desertpede (B) | | | (008E) Desertpede (B) | | | (008E) Desertpede | +----+-------------------------------------------+ |0105| (008F) Barette (B) | | | (008E) Desertpede | | | (008E) Desertpede | +----+-------------------------------------------+ |0106| (008F) Barette | +----+-------------------------------------------+ |0107| (008F) Barette (B) | | | (008F) Barette | +----+-------------------------------------------+ |0108| (0090) Sekmet | +----+-------------------------------------------+ |0109| (0091) BlandLamia | +----+-------------------------------------------+ |010A| (0091) BlandLamia | | | (0091) BlandLamia (B) | +----+-------------------------------------------+ |010B| (0091) BlandLamia (B) | | | (0092) Pyra Layer | +----+-------------------------------------------+ |010C| (0092) Pyra Layer (B) | | | (0093) Nile | | | (0091) BlandLamia | +----+-------------------------------------------+ |010D| (0093) Nile | | | (0093) Nile | | | (0093) Nile (B) | +----+-------------------------------------------+ |010E| (0093) Nile | | | (0093) Nile | | | (0093) Nile | | | (0093) Nile | | | (0093) Nile (B) | | | (0093) Nile (B) | +----+-------------------------------------------+ |010F| (0093) Nile | | | (0093) Nile | | | (0093) Nile | | | (0091) BlandLamia (B) | +----+-------------------------------------------+ |0110| (0094) Archaesaur | +----+-------------------------------------------+ |0111| (0094) Archaesaur | | | (0093) Nile (B) | | | (0093) Nile (B) | +----+-------------------------------------------+ |0112| (0091) BlandLamia (B) | | | (0091) BlandLamia | | | (0093) Nile | | | (0093) Nile (B) | +----+-------------------------------------------+ |0113| (0095) ZephyrZone [B] | | | (00F0) D.Chimera (ZephyrZone) (H) | | | (00F3) LonkaKnght (ZephyrZone) (H) | +----+-------------------------------------------+ |0114| (0095) ZephyrZone [B] | | | (00F1) AdamaGolem (ZephyrZone) (H) | | | (00F4) BioSoldier (ZephyrZone) (H) | +----+-------------------------------------------+ |0115| (0095) ZephyrZone [B] | | | (00F2) Ziggurat (ZephyrZone) (H) | | | (00F5) Lunenta (ZephyrZone) (H) | +----+-------------------------------------------+ |0116| (0096) ExdethSoul | +----+-------------------------------------------+ |0117| (0097) Slug | | | (0097) Slug | | | (0097) Slug (B) | | | (0097) Slug (B) | +----+-------------------------------------------+ |0118| (0097) Slug | | | (0097) Slug (B) | | | (0098) GloomWidow | | | (0098) GloomWidow (B) | +----+-------------------------------------------+ |0119| (0098) GloomWidow | | | (0098) GloomWidow (B) | | | (0098) GloomWidow (B) | +----+-------------------------------------------+ |011A| (0099) Mukare | | | (0099) Mukare (B) | +----+-------------------------------------------+ |011B| (0099) Mukare (B) | | | (0098) GloomWidow | | | (0097) Slug | +----+-------------------------------------------+ |011C| (0099) Mukare (B) | | | (0097) Slug | | | (0097) Slug | | | (0097) Slug | +----+-------------------------------------------+ |011D| (009A) Ixecrator | +----+-------------------------------------------+ |011E| (009A) Ixecrator | | | (009A) Ixecrator | | | (009A) Ixecrator (B) | +----+-------------------------------------------+ |011F| (009B) Owazoral | | | (009B) Owazoral (B) | +----+-------------------------------------------+ |0120| (009B) Owazoral | | | (009B) Owazoral | | | (009B) Owazoral (B) | | | (009B) Owazoral (B) | | | (009B) Owazoral | +----+-------------------------------------------+ |0121| (009A) Ixecrator | | | (009A) Ixecrator | | | (009A) Ixecrator (B) | | | (009B) Owazoral | +----+-------------------------------------------+ |0122| (009C) ShdwDancer | +----+-------------------------------------------+ |0123| (009C) ShdwDancer (B) | | | (009A) Ixecrator | | | (009B) Owazoral | +----+-------------------------------------------+ |0124| (009D) Cursed One (B) | | | (009B) Owazoral | +----+-------------------------------------------+ |0125| (009D) Cursed One | | | (009D) Cursed One | | | (009D) Cursed One (B) | | | (009D) Cursed One (B) | +----+-------------------------------------------+ |0126| (009D) Cursed One | | | (009A) Ixecrator (B) | | | (009C) ShdwDancer (B) | +----+-------------------------------------------+ |0127| (009E) Slownin | +----+-------------------------------------------+ |0128| (009E) Slownin | | | (009E) Slownin (B) | +----+-------------------------------------------+ |0129| (009F) TinyMage | | | (009F) TinyMage | +----+-------------------------------------------+ |012A| (009F) TinyMage | | | (009F) TinyMage | | | (009F) TinyMage (B) | | | (009F) TinyMage (B) | +----+-------------------------------------------+ |012B| (00A0) Dim Master | +----+-------------------------------------------+ |012C| (00A0) Dim Master | | | (00A0) Dim Master | | | (009F) TinyMage (B) | +----+-------------------------------------------+ |012D| (00A2) Flare | +----+-------------------------------------------+ |012E| (00A2) Flare (B) | | | (00A2) Flare | +----+-------------------------------------------+ |012F| (00A2) Flare | | | (00A0) Dim Master (B) | | | (009F) TinyMage | +----+-------------------------------------------+ |0130| (00A3) DuelKnight | +----+-------------------------------------------+ |0131| (00A3) DuelKnight | | | (00A3) DuelKnight (B) | +----+-------------------------------------------+ |0132| (00A4) Ion | +----+-------------------------------------------+ |0133| (00A4) Ion | | | (00A3) DuelKnight (B) | +----+-------------------------------------------+ |0134| (00A5) Berserker | +----+-------------------------------------------+ |0135| (00A5) Berserker | | | (00A4) Ion (B) | | | (00A3) DuelKnight | +----+-------------------------------------------+ |0136| (00A5) Berserker | | | (00A5) Berserker | | | (00A5) Berserker (B) | +----+-------------------------------------------+ |0137| (00A7) Druid (B) | | | (00A7) Druid (B) | | | (00A7) Druid | +----+-------------------------------------------+ |0138| (00A7) Druid (B) | | | (00A8) Iron Dress | +----+-------------------------------------------+ |0139| (00A8) Iron Dress | | | (00A8) Iron Dress | | | (00A8) Iron Dress (B) | +----+-------------------------------------------+ |013A| (00A9) Statue | | | (00A9) Statue (B) | +----+-------------------------------------------+ |013B| (00A9) Statue | | | (00A9) Statue | | | (00A9) Statue (B) | | | (00A9) Statue | | | (00A9) Statue | +----+-------------------------------------------+ |013C| (00AA) Blizzard | +----+-------------------------------------------+ |013D| (00AA) Blizzard (B) | | | (00AA) Blizzard | +----+-------------------------------------------+ |013E| (00AB) Isteritos | +----+-------------------------------------------+ |013F| (00AB) Isteritos | | | (00AB) Isteritos (B) | | | (00AB) Isteritos (B) | | | (00AB) Isteritos | | | (00AB) Isteritos | +----+-------------------------------------------+ |0140| (00AC) Spizner (B) | | | (00AC) Spizner | +----+-------------------------------------------+ |0141| (00AC) Spizner | | | (00AC) Spizner | | | (00AC) Spizner (B) | +----+-------------------------------------------+ |0142| (00AC) Spizner (B) | | | (00AA) Blizzard | | | (00AA) Blizzard | +----+-------------------------------------------+ |0143| (008D) Unknown (Spore, 2nd form) (B) | | | (008D) Unknown (Spore, 2nd form) (B) | | | (008D) Unknown (Spore, 2nd form) | +----+-------------------------------------------+ |0144| (00AF) Unknown (Spore, 1st form) (B) | | | (00AF) Unknown (Spore, 1st form) (B) | | | (00AF) Unknown (Spore, 1st form) | | | (00AF) Unknown (Spore, 1st form) (H) | Does not appear +----+-------------------------------------------+ |0145| (00AD) Unknown (Blob) (B) | | | (00AD) Unknown (Blob) | +----+-------------------------------------------+ |0146| (00AD) Unknown (Blob) (B) | | | (00AE) Unknown (Worm) | | | (00AE) Unknown (Worm) (B) | +----+-------------------------------------------+ |0147| (00AE) Unknown (Worm) | | | (00AE) Unknown (Worm) | | | (00AE) Unknown (Worm) (B) | | | (00AE) Unknown (Worm) | +----+-------------------------------------------+ |0148| (00AD) Unknown (Blob) | | | (00AD) Unknown (Blob) | | | (00AF) Unknown (Spore, 1st form) (B) | +----+-------------------------------------------+ |0149| (00AF) Unknown (Spore, 1st form) (B) | | | (00AF) Unknown (Spore, 1st form) (B) | | | (00AE) Unknown (Worm), Unknown (Blob) | | | (00AD) Unknown (Blob) | +----+-------------------------------------------+ |014A| (00AD) Unknown (Blob) | | | (00AE) Unknown (Worm) (B) | | | (00B0) Unknown (Skeleton) (B) | | | (00B0) Unknown (Skeleton) | +----+-------------------------------------------+ |014B| (00AF) Unknown (Spore, 1st form) (B) | | | (00AD) Unknown (Blob) | | | (00B0) Unknown (Skeleton) (B) | +----+-------------------------------------------+ |014C| (00B0) Unknown (Skeleton) (B) | | | (00B0) Unknown (Skeleton) | | | (00B0) Unknown (Skeleton) | +----+-------------------------------------------+ |014D| (00B1) MercuryBat | | | (00B1) MercuryBat | | | (00B1) MercuryBat (B) | +----+-------------------------------------------+ |014E| (00B1) MercuryBat | | | (00B1) MercuryBat | | | (00B1) MercuryBat | | | (00B1) MercuryBat | | | (00B1) MercuryBat (B) | +----+-------------------------------------------+ |014F| (00B2) Coral | | | (00B1) MercuryBat | | | (00B1) MercuryBat (B) | +----+-------------------------------------------+ |0150| (00B2) Coral | | | (00B2) Coral (B) | | | (00B2) Coral (B) | | | (00B2) Coral | +----+-------------------------------------------+ |0151| (00B3) Tonberi | | | (00B3) Tonberi (H) | | | (00B3) Tonberi (H) | | | (00B3) Tonberi (H) | | | (00B3) Tonberi (H) | +----+-------------------------------------------+ |0152| (00B4) Gel Water | +----+-------------------------------------------+ |0153| (00B4) Gel Water | | | (00B4) Gel Water | | | (00B4) Gel Water (B) | +----+-------------------------------------------+ |0154| (00B4) Gel Water | | | (00B4) Gel Water | | | (00B2) Coral (B) | | | (00B2) Coral (B) | +----+-------------------------------------------+ |0155| (00B5) Fall Guard | +----+-------------------------------------------+ |0156| (00B5) Fall Guard | | | (00B1) MercuryBat | | | (00B1) MercuryBat | | | (00B1) MercuryBat (B) | +----+-------------------------------------------+ |0157| (00B5) Fall Guard (B) | | | (00B5) Fall Guard | | | (00B5) Fall Guard | +----+-------------------------------------------+ |0158| (00B6) Alcumia (B) | | | (00B7) Red Dragon (Alcumia) | +----+-------------------------------------------+ |0159| (00B6) Alcumia (B) | | | (00B8) Hydra (Alcumia) | +----+-------------------------------------------+ |015A| (00B6) Alcumia (B) | | | (00B9) BoneDragon (Alcumia) | +----+-------------------------------------------+ |015B| (00D0) LevelCheck (B) | | | (003D) Prototype | +----+-------------------------------------------+ |015C| (003E) D.Chimera (B) | | | (0062) Drippy | | | (004B) Torrent | +----+-------------------------------------------+ |015D| (001B) Elf Toad | | | (0073) MiniMage (B) | | | (0028) Crew Dust (B) | +----+-------------------------------------------+ |015E| (006B) Traveler (B) | | | (002C) Garkimasra | | | (0009) Mold Wind | +----+-------------------------------------------+ |015F| (0045) Whirl Demon (B) | | | (0000) Goblin | | | (003A) BlackFlame | +----+-------------------------------------------+ |0160| (0050) Dilure (B) | | | (007C) Magic Drgn (B) | | | (0058) Blood Slime | +----+-------------------------------------------+ |0161| (0036) Bomb (B) | | | (0023) Wild Nack | | | (0091) BlandLamia | +----+-------------------------------------------+ |0162| (00BE) Anku Heggu (B) | | | (00BF) Ammona | | | (00BF) Ammona | | | (00BF) Ammona | +----+-------------------------------------------+ |0163| (00BF) Ammona | | | (00BF) Ammona | | | (00BF) Ammona | | | (00BF) Ammona (B) | | | (00BF) Ammona (B) | +----+-------------------------------------------+ |0164| (00BE) Anku Heggu | | | (00BE) Anku Heggu | | | (00BE) Anku Heggu (B) | +----+-------------------------------------------+ |0165| (00C0) Land Crawl | +----+-------------------------------------------+ |0166| (00C1) Chamcubia | | | (00C2) Bella Donna (B) | +----+-------------------------------------------+ |0167| (00C2) Bella Donna | | | (00C3) Cherie (B) | +----+-------------------------------------------+ |0168| (00C3) Cherie | | | (00C1) Chamcubia (B) | +----+-------------------------------------------+ |0169| (00C1) Chamcubia (B) | | | (00C1) Chamcubia | | | (00C1) Chamcubia | +----+-------------------------------------------+ |016A| (00C2) Bella Donna | | | (00C2) Bella Donna (B) | | | (00C2) Bella Donna (B) | +----+-------------------------------------------+ |016B| (00C3) Cherie | | | (00C3) Cherie (B) | | | (00C3) Cherie | +----+-------------------------------------------+ |016C| (00C1) Chamcubia (B) | | | (00C2) Bella Donna | | | (00C3) Cherie | +----+-------------------------------------------+ |016D| (00BA) Grenade | | | (00BA) Grenade (B) | | | (00BD) DoomDealer | +----+-------------------------------------------+ |016E| (00D0) LevelCheck (B) | | | (00D0) LevelCheck | | | (00D0) LevelCheck | | | (00D0) LevelCheck (B) | +----+-------------------------------------------+ |016F| (00D0) LevelCheck | | | (00D0) LevelCheck | | | (00BA) Grenade (B) | +----+-------------------------------------------+ |0170| (00BC) Bardandels | +----+-------------------------------------------+ |0171| (00BC) Bardandels | | | (00D0) LevelCheck (B) | +----+-------------------------------------------+ |0172| (00BC) Bardandels (B) | | | (00BC) Bardandels | | | (00BA) Grenade | +----+-------------------------------------------+ |0173| (00BD) DoomDealer (B) | | | (00BD) DoomDealer | | | (00D0) LevelCheck (B) | | | (00BC) Bardandels | +----+-------------------------------------------+ |0174| (00BD) DoomDealer | | | (00BD) DoomDealer (B) | | | (00BD) DoomDealer (B) | | | (00BD) DoomDealer | +----+-------------------------------------------+ |0175| (00C4) White Flame | | | (00C4) White Flame (B) | | | (00C5) MossFungus | | | (00CA) Farfarerro (B) | +----+-------------------------------------------+ |0176| (00C5) MossFungus | | | (00C5) MossFungus | | | (00C5) MossFungus (B) | +----+-------------------------------------------+ |0177| (00C5) MossFungus | | | (00C4) White Flame (B) | | | (00C4) White Flame | | | (00C4) White Flame | | | (00C4) White Flame (B) | +----+-------------------------------------------+ |0178| (00CA) Farfarerro | | | (00CA) Farfarerro (B) | | | (00CA) Farfarerro | | | (00CA) Farfarerro | | | (00CA) Farfarerro | +----+-------------------------------------------+ |0179| (00C6) Orcat | | | (00C6) Orcat (B) | | | (00C6) Orcat (B) | | | (00C6) Orcat | +----+-------------------------------------------+ |017A| (00C6) Orcat | | | (00C6) Orcat | | | (00D6) Achelone (B) | +----+-------------------------------------------+ |017B| (00CD) Great Drgn | +----+-------------------------------------------+ |017C| (00D6) Achelone | | | (00D6) Achelone (B) | | | (00D6) Achelone (B) | +----+-------------------------------------------+ |017D| (00CD) Great Drgn (B) | | | (00D6) Achelone (B) | | | (00C6) Orcat | +----+-------------------------------------------+ |017E| (00CE) AvisDragon | +----+-------------------------------------------+ |017F| (00CE) AvisDragon | | | (00CE) AvisDragon (B) | +----+-------------------------------------------+ |0180| (00CE) AvisDragon | | | (00CC) Ninja (B) | +----+-------------------------------------------+ |0181| (00CC) Ninja (B) | | | (00CC) Ninja | +----+-------------------------------------------+ |0182| (00C7) Iron Giant | +----+-------------------------------------------+ |0183| (00C7) Iron Giant (B) | | | (00C8) Death Claw | | | (00C8) Death Claw | | | (00C8) Death Claw | +----+-------------------------------------------+ |0184| (00C8) Death Claw | | | (00C8) Death Claw (B) | | | (00BB) SwrdDancer | | | (00BB) SwrdDancer (B) | +----+-------------------------------------------+ |0185| (00BB) SwrdDancer (B) | | | (00D2) Fury | | | (00D2) Fury | +----+-------------------------------------------+ |0186| (00C7) Iron Giant | | | (00C7) Iron Giant (B) | +----+-------------------------------------------+ |0187| (00BB) SwrdDancer | | | (00BB) SwrdDancer (B) | +----+-------------------------------------------+ |0188| (00D2) Fury | | | (00D2) Fury (B) | | | (00C8) Death Claw | +----+-------------------------------------------+ |0189| (00D7) Bodyguard (B) | | | (00CC) Ninja | +----+-------------------------------------------+ |018A| (00D7) Bodyguard (B) | | | (00D7) Bodyguard | +----+-------------------------------------------+ |018B| (00C8) Death Claw | | | (00D2) Fury | | | (00BB) SwrdDancer (B) | +----+-------------------------------------------+ |018C| (00C9) K.Behemoth | +----+-------------------------------------------+ |018D| (00C9) K.Behemoth | | | (00C9) K.Behemoth (B) | +----+-------------------------------------------+ |018E| (00CB) Necromancr | | | (00CF) Gorchimera (B) | +----+-------------------------------------------+ |018F| (00CF) Gorchimera | | | (00CF) Gorchimera (B) | +----+-------------------------------------------+ |0190| (00D1) Mind Mage (B) | | | (00D3) Thing | | | (00D3) Thing | +----+-------------------------------------------+ |0191| (00D1) Mind Mage | | | (00D1) Mind Mage (B) | | | (00D1) Mind Mage | | | (00D1) Mind Mage (B) | +----+-------------------------------------------+ |0192| (00D3) Thing | | | (00CB) Necromancr | | | (00D1) Mind Mage (B) | +----+-------------------------------------------+ |0193| (00CF) Gorchimera | | | (00C9) K.Behemoth (B) | +----+-------------------------------------------+ |0194| (00D5) CrysDragon | +----+-------------------------------------------+ |0195| (00D8) Gilgamesh (X-Zone) | +----+-------------------------------------------+ |0196| (00D9) Sahagin (B) | | | (00D9) Sahagin | | | (00D9) Sahagin | +----+-------------------------------------------+ |0197| (00DA) Th.Anemone | | | (00DA) Th.Anemone | | | (00D9) Sahagin (B) | +----+-------------------------------------------+ |0198| (00DB) Sea Avis | | | (00D9) Sahagin | | | (00D9) Sahagin (B) | +----+-------------------------------------------+ |0199| (00DB) Sea Avis | | | (00DB) Sea Avis | | | (00DB) Sea Avis (B) | +----+-------------------------------------------+ |019A| (00DB) Sea Avis | | | (00DA) Th.Anemone | | | (00DA) Th.Anemone (B) | +----+-------------------------------------------+ |019B| (00D9) Sahagin | | | (00DA) Th.Anemone (B) | | | (00DC) Corvette (B) | +----+-------------------------------------------+ |019C| (00DC) Corvette | | | (00DC) Corvette (B) | +----+-------------------------------------------+ |019D| (00DD) Armon | | | (00DD) Armon (B) | +----+-------------------------------------------+ |019E| (00DD) Armon (B) | | | (00DE) SeaScorpio | | | (00DE) SeaScorpio | | | (00DE) SeaScorpio | +----+-------------------------------------------+ |019F| (00DE) SeaScorpio | | | (00DE) SeaScorpio (B) | +----+-------------------------------------------+ |01A0| (00DF) Silvune | +----+-------------------------------------------+ |01A1| (00E0) Gel Fish | | | (00E0) Gel Fish | | | (00E0) Gel Fish (B) | | | (00E0) Gel Fish (B) | +----+-------------------------------------------+ |01A2| (00E1) Giant Bird | +----+-------------------------------------------+ |01A3| (00E1) Giant Bird (B) | | | (00E2) Sea Devil (B) | | | (00E2) Sea Devil | +----+-------------------------------------------+ |01A4| (00E2) Sea Devil | | | (00E2) Sea Devil (B) | | | (00E2) Sea Devil | +----+-------------------------------------------+ |01A5| (00E3) Stingray | +----+-------------------------------------------+ |01A6| (00F6) Tote Avis | +----+-------------------------------------------+ |01A7| (00F8) Imp (Exdeath Castle) | +----+-------------------------------------------+ |01A8| (00F9) Owazoral (Exdeath Castle) | +----+-------------------------------------------+ |01A9| (00FA) Garkimasra (Exdeath Castle) | +----+-------------------------------------------+ |01AA| (0163) Abductor (Exdeath Castle) | +----+-------------------------------------------+ |01AB| (0168) Pantera | | | (0168) Pantera (H) | | | (0168) Pantera (HB) | +----+-------------------------------------------+ |01AC| (0162) Invisible | | | (0162) Invisible (HB) | | | (0162) Invisible (HB) | +----+-------------------------------------------+ |01AD| (00FC) Gil Turtle | +----+-------------------------------------------+ |01AE| (00F7) Belfegor | | | (00F7) Belfegor (B) | +----+-------------------------------------------+ |01AF| (00F7) Belfegor | | | (00D3) Thing | | | (00D3) Thing (B) | | | (00D1) Mind Mage (B) | +----+-------------------------------------------+ |01B0| (00D4) Mover (B) | | | (00D4) Mover | | | (00D4) Mover (B) | | | (00D4) Mover (H) | | | (00D4) Mover (H) | | | (00D4) Mover (HB) | +----+-------------------------------------------+ |01B1| (0137) *Dummied - Exdeath (Butz Status) | +----+-------------------------------------------+ |01B2| (0020) *Dummied - Byblos (Lenna Status) | +----+-------------------------------------------+ |01B3| (0123) *Dummied - Gilgamesh (Faris Status)| +----+-------------------------------------------+ |01B4| (013C) *Dummied - Merugene (Krile Status) | +----+-------------------------------------------+ |01B5| (0169) Shinryuu | +----+-------------------------------------------+ |01B6| (0150) Goblin (Butz Solo Battles) | | | (0150) Goblin (Butz Solo Battles) (B) | +----+-------------------------------------------+ |01B7| (0100) WingRaptor (1st form) | | | (0101) WingRaptor (2nd form) (H) | +----+-------------------------------------------+ |01B8| (0102) Karlabos | +----+-------------------------------------------+ |01B9| (0104) Siren (1st form) | | | (0105) Siren (2nd form) (H) | +----+-------------------------------------------+ |01BA| (0106) Forza (H) | | | (0107) Magisa [B] | +----+-------------------------------------------+ |01BB| (0108) Galura (Waltz Tower) | +----+-------------------------------------------+ |01BC| (0109) LiquiFlame (Human Form) | | | (010A) LiquiFlame (Hand form) (H) | | | (010B) LiquiFlame (Whirlwind Form) (H) | +----+-------------------------------------------+ |01BD| (0152) Sergeant (Iron Claw Battle) (B) | | | (0153) Karnak (Iron Claw Battle) | | | (0153) Karnak (Iron Claw Battle) | | | (0153) Karnak (Iron Claw Battle) | | | (0151) Iron Claw (HB) | +----+-------------------------------------------+ |01BE| (0020) Byblos | +----+-------------------------------------------+ |01BF| (010E) Hole (B) | | | (010E) Hole | | | (010E) Hole | | | (010D) Sandworm (HB) | | | (010D) Sandworm (H) | | | (010D) Sandworm (H) | | | (010F) | +----+-------------------------------------------+ |01C0| (0110) AdamanTiMi | +----+-------------------------------------------+ |01C1| (0111) Flamegun | | | (0111) Flamegun (B) | +----+-------------------------------------------+ |01C2| (0112) Rocket | | | (0112) Rocket (B) | +----+-------------------------------------------+ |01C3| (0114) Sol Cannon | | | (015B) Launcher (B) | | | (015C) Launcher (B) | +----+-------------------------------------------+ |01C4| (0115) ArchaeAvis | | | (0116) ArchaeAvis (H) | | | (0117) ArchaeAvis (H) | | | (0118) ArchaeAvis (H) | | | (0119) ArchaeAvis (H) | +----+-------------------------------------------+ |01C5| (011A) Chim.Brain | +----+-------------------------------------------+ |01C6| (011B) Titan | +----+-------------------------------------------+ |01C7| (011C) Puroboros | | | (011C) Puroboros | | | (011C) Puroboros (B) | | | (011C) Puroboros (B) | | | (011C) Puroboros | | | (011C) Puroboros | +----+-------------------------------------------+ |01C8| (011D) Abductor (Butz Solo Battle) | +----+-------------------------------------------+ |01C9| (011E) Gilgamesh (Dungeon) | +----+-------------------------------------------+ |01CA| (011F) Fishman | | | (011F) Fishman | | | (011F) Fishman (B) | +----+-------------------------------------------+ |01CB| (0121) Lil'Chariot | | | (0121) Lil'Chariot (B) | | | (0121) Lil'Chariot (B) | +----+-------------------------------------------+ |01CC| (0122) NeoGalura | +----+-------------------------------------------+ |01CD| (0120) FlyingKillr | | | (0120) FlyingKillr (B) | | | (0120) FlyingKillr | +----+-------------------------------------------+ |01CE| (0121) Lil'Chariot (B) | | | (0121) Lil'Chariot | | | (0120) FlyingKillr | | | (0120) FlyingKillr (B) | +----+-------------------------------------------+ |01CF| (0122) NeoGalura (B) | | | (011F) Fishman | | | (011F) Fishman | +----+-------------------------------------------+ |01D0| (0123) Gilgamesh (Bridge) | +----+-------------------------------------------+ |01D1| (0124) Tyrasaurus | +----+-------------------------------------------+ |01D2| (0126) Abductor (Val Castle) | +----+-------------------------------------------+ |01D3| (0127) HiryuuPlant (B) | | | (0128) HiryuuFlowr (1) (H) | | | (0129) HiryuuFlowr (2) (H) | | | (012A) HiryuuFlowr (3) (H) | | | (012B) HiryuuFlowr (4) (HB) | | | (012C) HiryuuFlowr (5) (HB) | +----+-------------------------------------------+ |01D4| (012D) Gilgamesh (Ship) | | | (012E) Enkidou (HB) | +----+-------------------------------------------+ |01D5| (012F) Atmos | +----+-------------------------------------------+ |01D6| (0130) Seal Guardian (Fire) | | | (0131) Seal Guardian (Earth) | | | (0132) Seal Guardian (Water) | | | (0133) Seal Guardian (Air) (B) | +----+-------------------------------------------+ |01D7| (0134) Carbunkle (1st form) | | | (015E) Carbunkle (2nd form) (H) | +----+-------------------------------------------+ |01D8| (015D) Gilgamesh (Exdeath Castle) | | | (0136) Gilgamesh (Morphed) (H) | +----+-------------------------------------------+ |01D9| (0137) Exdeath (Exdeath Castle) | +----+-------------------------------------------+ |01DA| (0138) Antlion | +----+-------------------------------------------+ |01DB| (0139) Mummy | | | (0139) Mummy | | | (0139) Mummy (B) | +----+-------------------------------------------+ |01DC| (015F) GrandMummy | +----+-------------------------------------------+ |01DD| (013A) Aspis | +----+-------------------------------------------+ |01DE| (014C) Halicarnaso | +----+-------------------------------------------+ |01DF| (013B) MachinHead | +----+-------------------------------------------+ |01E0| (013C) Merugene (1st form) | | | (013D) Merugene (2nd form) (H) | | | (013E) Merugene (3rd form) (H) | | | (013F) Merugene (4th form) (H) | +----+-------------------------------------------+ |01E1| (0140) Odin | +----+-------------------------------------------+ |01E2| (0141) Gargoyle | | | (0141) Gargoyle (B) | +----+-------------------------------------------+ |01E3| (0142) Triton (B) | | | (0143) Neregeid (B) | | | (0144) Phobos | +----+-------------------------------------------+ |01E4| (0145) Omniscient | +----+-------------------------------------------+ |01E5| (0146) Minotauros | +----+-------------------------------------------+ |01E6| (0147) Leviathan | +----+-------------------------------------------+ |01E7| (0148) Stalker (B) | | | (0148) Stalker | | | (0148) Stalker (B) | | | (0148) Stalker | +----+-------------------------------------------+ |01E8| (0149) Gogo | +----+-------------------------------------------+ |01E9| (014A) Bahamut | +----+-------------------------------------------+ |01EA| (0164) BandelKuar | +----+-------------------------------------------+ |01EB| (0165) LiquiFlame (Phoenix Tower) | +----+-------------------------------------------+ |01EC| (0166) Kuzar (Phoenix Tower) | +----+-------------------------------------------+ |01ED| (0167) Sol Cannon (Phoenix Tower) | +----+-------------------------------------------+ |01EE| (0035) Ifrit | +----+-------------------------------------------+ |01EF| (014E) Neo Exdeath (H) | | | (014F) Neo Exdeath (HB) | | | (0113) Exdeath (Final) | | | (016B) Neo X-Death (part1) (H) | | | (016C) Neo X-Death (part2) (H) | | | (016D) Neo X-Death (part3) (H) | | | (016E) Neo X-Death (part4) (HB) | +----+-------------------------------------------+ |01F0| (002C) Garkimasra | +----+-------------------------------------------+ |01F1| (0125) Shiva (B) | | | (010C) Commander | | | (010C) Commander | | | (010C) Commander | +----+-------------------------------------------+ |01F2| (0156) Calotisteri | +----+-------------------------------------------+ |01F3| (0157) Apocalypse | +----+-------------------------------------------+ |01F4| (0158) Catastroph | +----+-------------------------------------------+ |01F5| (0159) Necrofobia (B) | | | (016A) Barrier (B) | | | (016A) Barrier | | | (016A) Barrier (B) | | | (016A) Barrier | | | (016F) Gilgamesh | +----+-------------------------------------------+ |01F6| (015A) Twin Tania (1st form) | | | (0103) Twin Tania (2nd form) (H) | +----+-------------------------------------------+ |01F7| (014D) Exdeath (Solo battle vs Galuf) | +----+-------------------------------------------+ |01F8| (0160) Apanda | +----+-------------------------------------------+ |01F9| (00E4) ???? (Golem) | +----+-------------------------------------------+ |01FA| (0154) Crayclaw | +----+-------------------------------------------+ |01FB| (0161) Alte Roite | | | (014B) Jura Avis (H) | +----+-------------------------------------------+ |01FC| (00FB) Gabbldegak | +----+-------------------------------------------+ |01FD| (00FD) Omega | +----+-------------------------------------------+ |01FE| (00FE) Big Boss | +----+-------------------------------------------+ |01FF| (000B) Magic Pot | +----+-------------------------------------------+ 4.15 BGM (Music) +---+-------------------------------+ |Hex| Song | +---+-------------------------------+ | 00| Ahead on Our way | | 01| The Fierce Battle | | 02| A Presentiment | | 03| Go Go Boco! | | 04| Pirates Ahoy! | | 05| Tenderness in the Air | | 06| Fate in Haze | | 07| Critter Tripper Fritter! | | 08| The Prelude | | 09| The Last Battle | | 0A| Requiem | | 0B| Reminiscence | | 0C| Cursed Earths | | 0D| Lenna's Theme | | 0E| Victory's Fanfare | | 0F| Deception | | 10| Nostalgia | | 11| (Nothing) | | 12| Exdeath's Castle | | 13| My Home, Sweet Home | | 14| Waltz Suomi | | 15| Sealed Away | | 16| The Four Warriors of Dawn | | 17| Danger! | | 18| The Fired Powered Ship | | 19| As I Feel, You Feel | | 1A| Mambo de Chocobo | | 1B| Music Box | | 1C| Intension of the Earth | | 1D| The Dragon Spreads its Wings | | 1E| Beyond the Deep Blue Sea | | 1F| Prelude of Empty Skies | | 20| Searching the Light | | 21| Harvest | | 22| Battle with Gilgamesh | | 23| Four Valiant Hearts | | 24| The Book of Sealings | | 25| What? | | 26| Hurry! Hurry! | | 27| Unknown Lands | | 28| The Airship | | 29| Fanfare 1 (short) | | 2A| Fanfare 2 (long) | | 2B| The Battle | | 2C| Walking the Snowy Mountains | | 2D| The Evil Lord Exdeath | | 2E| The Castle in Dawn | | 2F| I'm a Dancer | | 30| The Day Will Come | | 31| Run! | | 32| The Ancient Library | | 33| Royal Palace | | 34| Good Night! | | 35| Piano Lesson 1 | | 36| Piano Lesson 2 | | 37| Piano Lesson 3 | | 38| Piano Lesson 4 | | 39| Piano Lesson 5 | | 3A| Piano Lesson 6 | | 3B| Piano Lesson 7 | | 3C| Piano Lesson 8 | | 3D| Musica Machina | | 3E| (Exdeath destroyed) | | 3F| The Land Unknown | | 40| The Decisive Battle | | 41| The Silent Beyond | | 42| Dear Friends | | 43| Final Fantasy | | 44| A New Origin | | 45| (Night scene) | | 46| (Waves against the shore) | | 47| (Meteor landing) | +---+-------------------------------+ 4.16 Room Modifier x2 + Coordinates +----+---------------------------------+----+----+ | Hex|Room | X | Y | +----+---------------------------------+----+----+ |0000|World Map (W1) |0000|969D| |0001|World Map (W2) |0001|6ECE| |0002|World Map (W3) |0002|8CB2| |0003|Sea Floor (W2) | | | |0004|Sea Floor (W3) | | | |0005|Airship | | | |0006|Airship | | | |0007|Tycoon Castle Tower (Opening) |0007|0B20| |0008|Tycoon Castle Tower (Opening) |0008|3120| |0009|Pirate Ship | | | |000A|Wind Shrine |000A|352B| |000B|Greenhorn's Club - 1st Floor |000B|142E| |000C|Greenhorn's Club - 2nd Floor |000C|2A2E| |000D|Chocobo's Ability tutorial |000D|0000| |000E|Wind Shrine |000E|142D| |000F|Chocobo Forest |000F|1B11| |0010|Chocobo Forest |0010|1B11| |0011|Western Valley |0011|370E| |0012|Cave Entrance |0012|2D1E| |0013|Cave - Level One |0013|3614| |0014|Cave - Level Two |0014|170F| |0015|Cave - Level Three |0015|3032| |0016|Pirates' Hideout |0016|1A14| |0017|Pirates' Hideout |0017|3711| |0018|Pirate Ship |0018|170F| |0019|Pirate Ship - Below Deck |0019|130C| |001A|Pirate Ship - Below Deck |001A|1312| |001B|Wind Shrine - 1st Floor |001B|1C13| |001C|Wind Shrine - 2nd Floor |001C|311A| |001D|Wind Shrine - 3rd Floor |001D|1837| |001E|Wind Shrine - 4th Floor |001E|2D31| |001F|Wind Shrine - Crystal Chamber |001F|1E2D| |0020|Tule |0020|3220| |0021|Tule - Pub |0021|150C| |0022|Tule - Pub 2nd Floor |0022|2511| |0023|Tule - Inn |0023|1624| |0024|Tule - Magic Shop |0024|1139| |0025|Tule - Weapons Shop |0025|2B26| |0026|Tule - Armor Shop |0026|2B3B| |0027|Tule - Zok's House |0027|1913| |0028|Torna Canal |0028|1409| |0029|Pirate's Ship (Opening) |0029|0D14| |002A|Pirate's Ship (Opening) |002A|1A14| |002B|Ship Graveyard |002B|190B| |002C|Shipwreck |002C|0F0C| |002D|Shipwreck |002D|2820| |002E|Shipwreck |002E|1C27| |002F|Shipwreck |002F|140B| |0030|Shipwreck |0030|0D1A| |0031|Shipwreck |0031|250B| |0032|Pirate Ship - Below Deck |0032|130C| |0033|Carwen |0033|2D10| |0034|Carwen - Magic Shop |0034|0F0E| |0035|Carwen - Item Shop |0035|0F21| |0036|Carwen - Inn |0036|2716| |0037|Carwen - Pub |0037|243A| |0038|Carwen - Equipment Shop |0038|381D| |0039|Carwen - Room |0039|330B| |003A|Nort Mountain - Rest Area |003A|323D| |003B|Nort Mountain - Entrance |003B|3124| |003C|Nort Mountain - Cave |003C|111D| |003D|Nort Mountain - Eighth Station |003D|0D26| |003E|Nort Mountain - Summit |003E|160F| |003F|Nort Mountain - Fifth Station |003F|1B09| |0040|Walse |0040|231F| |0041|Walse - House |0041|0E0A| |0042|Walse - Weapon Shop |0042|250D| |0043|Walse - Inn |0043|1726| |0044|Walse - Magic Shop |0044|133B| |0045|Walse - Armor Shop |0045|243A| |0046|Walse | | | |0047|Sea Floor |0047|320E| |0048|Castle Tycoon |0048|2D20| |0049|Castle Tycoon - 1st Floor |0049|3521| |004A|Castle Tycoon - 1st Floor |004A|380C| |004B|Castle Tycoon - 2nd Floor |004B|2334| |004C|Castle Tycoon - Throne Room |004C|1E23| |004D|Castle Tycoon - King's Chamber |004D|1314| |004E|Castle Tycoon - Lenna's Room |004E|2114| |004F|Castle Tycoon - Room |004F|370C| |0050|Castle Tycoon - 3rd Floor |0050|242B| |0051|Castle Tycoon - 4th Floor |0051|1226| |0052|Castle Tycoon - 5th Floor |0052|0E0F| |0053|Castle Tycoon - Storehouse |0053|3717| |0054|Castle Tycoon - East Tower |0054|3732| |0055|Castle Tycoon - Storehouse |0055|1F36| |0056|Castle Tycoon - Jail | | | |0057|Karnak Castle - B5 |0057|0B1E| |0058|Castle Tycoon - Wind Drake Tower |0058|121D| |0059|Castle Walse |0059|351C| |005A|Castle Walse - 2nd Floor |005A|0A09| |005B|Castle Walse - B1 |005B|2003| |005C|Castle Walse |005C|2435| |005D|Watertower - 1st Floor |005D|3736| |005E|Watertower - 2nd Floor |005E|2321| |005F|Watertower - 3rd Floor |005F|2321| |0060|Watertower - 4th Floor |0060|091D| |0061|Castle Walse - 2nd Floor |0061|322D| |0062|Castle Walse - Throne Room |0062|1F2A| |0063|Castle Walse - King's Chamber |0063|1F2A| |0064|Castle Walse | | | |0065|Castle Walse - Storehouse |0065|0710| |0066|Castle Walse - 3rd Floor |0066|062A| |0067|Castle Walse - 1st Floor |0067|2005| |0068|Castle Walse - 3rd Floor |0068|3208| |0069|**Ghido's Cave - Ocean | | | |006A|Tower of Walse - 1st Floor | | | |006B|Tower of Walse - 2nd Floor | | | |006C|Tower of Walse - 3rd Floor | | | |006D|Tower of Walse - 4th Floor | | | |006E|Tower of Walse - 5th Floor | | | |006F|Tower of Walse - 6th Floor | | | |0070|Tower of Walse - 7th Floor | | | |0071|Tower of Walse - 8th Floor | | | |0072|Tower of Walse - 9th Floor | | | |0073|Tower of Walse - Crystal Chamber |0073|0708| |0074|**Inside the Void |0074|1E10| |0075|**Syldra (Walse Ocean) | | | |0076|**Syldra (Walse Beach) |0076|0C0C| |0077|Walse Meteorite |0077|1A10| |0078|Inside Walse Meteorite |0078|1A2C| |0079|Inside Walse Meteorite |0079|2D12| |007A|Tycoon Meteorite |007A|1A0A| |007B|Inside Tycoon Meteorite |007B|1A15| |007C|The Rift - Cave |007C|3A1B| |007D|Karnak Meteorite |007D|1010| |007E|Inside Karnak Meteorite |007E|2C0F| |007F|Inside Karnak Meteorite |007F|3412| |0080|Gohn Meteorite |0080|1A10| |0081|Inside Gohn Meteorite |0081|382C| |0082|Inside Gohn Meteorite |0082|2D12| |0083|Karnak Castle |0083|1A17| |0084|Karnak Castle - 1st Floor |0084|1F11| |0085|Karkak Castle - Queen's Chamber |0085|3D12| |0086|Karnak Castle - 2nd Floor |0086|0F29| |0087|Karnak Castle - B1 |0087|2630| |0088|Karnak Castle - B2 |0088|1612| |0089|Karnak Castle - B3 |0089|0930| |008A|Karnak Castle - B4 |008A|2619| |008B|Karnak Castle - 2nd Floor |008B|2627| |008C|Karnak Castle - 1st Floor |008C|2C34| |008D|Karnak Castle - B1 |008D|3927| |008E|Karnak Castle - 2nd Floor |008E|2627| |008F|Karnak Castle - 1st Floor |008F|2C34| |0090|Karnak Castle - B1 |0090|3927| |0091|Karnak Castle - Crystal Chamber |0091|100F| |0092|Karnak Castle - B6 |0092|393B| |0093|Karnak |0093|291C| |0094|Karnak - Pub |0094|1108| |0095|Karnak - Inn |0095|0F2A| |0096|Karnak - Magic Shop |0096|3608| |0097|Karnak - House |0097|331D| |0098|Karnak - Equipment Shop |0098|3534| |0099|Karnak - Room 2nd Floor |0099|1D35| |009A|Fire-Powered Ship - Bulkhead |009A|340A| |009B|Fire-Powered Ship - Bulkhead |009B|340A| |009C|Above Deck | | | |009D|Fire-Powered Ship - Below Deck |009D|1809| |009E|Fire-Powered Ship - Bulkhead |009E|2F2F| |009F|Fire-Powered Ship - Bulkhead |009F|3024| |00A0|Fire-Powered Ship - Bulkhead |00A0|1C33| |00A1|Fire-Powered Ship - Bulkhead |00A1|3629| |00A2|Fire-Powered Ship - Boiler Room |00A2|210B| |00A3|**Karnak Crystals | | | |00A4|Library of the Ancients |00A4|1516| |00A5|Library of the Ancients - B1 |00A5|132D| |00A6|Library of the Ancients - B1 |00A6|0A0D| |00A7|Library of the Ancients - B1 |00A7|0B2A| |00A8|Library of the Ancients - B1 |00A8|3E0B| |00A9|Library of the Ancients - 2F |00A9|2D17| |00AA|Istory |00AA|2F20| |00AB|Istory - Inn |00AB|140E| |00Ac|Istory - Items Shop |00AC|1327| |00AD|Istory - Armor Shop |00AD|2613| |00AE|Istory - Magic Shop |00AE|2627| |00AF|Library of the Ancients - Roof |00AF|0D18| |00B0|Jachol |00B0|2B12| |00B1|Jachol - Magic Shop |00B1|140B| |00B2|Jachol - Inn |00B2|2D0B| |00B3|Jachol - Equipment Shop |00B3|102B| |00B4|Jachol - Pub |00B4|1D20| |00B5|Jachol - Items Shop |00B5|351F| |00B6|Jachol Cave - B1 |00B6|0A0C| |00B7|Jachol Cave - B2 |00B7|3628| |00B8|Crescent |00B8|2A18| |00B9|Crescent - Armor Shop |00B9|1111| |00BA|Crescent - Weapons Shop |00BA|1420| |00BB|Minstrel's House |00BB|1538| |00BC|Crescent - Magic Shop |00BC|230D| |00BD|Crescent - Inn |00BD|372E| |00BE|Airship | | | |00BF|Black Chocobo Forest |00BF|1E31| |00C0|Catapult - Passageway |00C0|1D26| |00C1|Catapult - Passageway |00C1|2239| |00C2|Catapult - Living Quarters |00C2|330C| |00C3|Lonka Ruins - Level One |00C3|2A14| |00C4|Lonka Ruins - Level Two |00C4|2C26| |00C5|Lonka Ruins - Level Three |00C5|1313| |00C6|Lonka Ruins - Level Two |00C6|0D33| |00C7|Desert of Shifting Sands |00C7|0835| |00C8|Lix |00C8|3322| |00C9|Lix - Magic Shop |00C9|100D| |00CA|Lix - 's House |00CA|132A| |00CB|Lix - Inn |00CB|2C16| |00CC|Lix - Item Shop |00CC|2A2B| |00CD|Lix - Equipment Shop |00CD|3835| |00CE|Gohn, the Town of Ruin | | | |00CF|Fire-Powered Ship - Elevator |00CF|340A| |00D0|Fire-Powered Ship - Elevator |00D0|340A| |00D1|Fire-Powered Ship - Elevator |00D1|340A| |00D2|Catapult - Storeroom |00D2|1708| |00D3|Catapult |00D3|2130| |00D4|*Guardian Tree |00D4|1D13| |00D5|Gohn - B1 |00D5|0B32| |00D6|Gohn - B1 | | | |00D7|Lonka Ruins - Level Four |00D7|1C22| |00D8|Lonka Ruins - Level Five |00D8|0217| |00D9|Lonka Ruins - Level Four |00D9|0D0A| |00DA|Lonka Ruins - Level Five |00DA|0F0F| |00DB|Lonka Ruins - Level Four |00DB|1B0E| |00DC|Lonka Ruins - Crystal Chamber |00DC|322F| |00DD|Lonka Ruins - Flying Fortress | | | |00DE|Catapult | | | |00DF|Deserted Island |00DF|3408| |00E0|**Castle Exdeath - Air Proyection| | | |00E1|Castle Exdeath |00E1|1D1B| |00E2|Castle Exdeath - B3 |00E2|0829| |00E3|Castle Exdeath - 2nd Floor |00E3|2230| |00E4|Castle Exdeath - 3rd Floor |00E4|3B17| |00E5|Castle Exdeath - 1st Floor |00E5|0C0B| |00E6|Castle Exdeath - B1 |00E6|0608| |00E7|Castle Exdeath - B2 |00E7|1336| |00E8|**Outside Castle Exdeath |00E8|080B| |00E9|Castle Exdeath |00E9|2012| |00EA|Castle Exdeath - B3 |00EA|0829| |00EB|Castle Exdeath - 2nd Floor |00EB|2230| |00EC|Castle Exdeath - 3rd Floor |00EC|3B17| |00ED|Castle Exdeath - 1st Floor |00ED|0C0B| |00EE|Castle Exdeath - B1 |00EE|0608| |00EF|Castle Exdeath - B2 |00EF|1336| |00F0|Castle Exdeath - 4th Floor |00F0|152C| |00F1|Castle Exdeath - 5th Floor | | | |00F2|Castle Exdeath - 6th Floor | | | |00F3|Castle Exdeath - 7th Floor | | | |00F4|Castle Exdeath - 8th Floor | | | |00F5|Castle Exdeath - 9th Floor | | | |00F6|**Interdimentional Warp |00F6|3709| |00F7|Regole |00F7|2818| |00F8|Regole - Pub |00F8|120F| |00F9|Regole - Magic Shop |00F9|1223| |00FA|Regole - Items Shop |00FA|1235| |00FB|Regole - Equipment Shop |00FB|290D| |00FC|Regole - Inn |00FC|362F| |00FD|Moogle Forest |00FD|150A| |00FE|**Lonka Ruins - Exdeath Appears | | | |00FF|Castle Exdeath - Keep | | | |0100|Castle Exdeath - Keep | | | |0101|Castle Exdeath - Keep | | | |0102|Castle Exdeath - Keep | | | |0103|Underground Waterway | | | |0104|Underground Waterway | | | |0105|*Moogle Village |0105|1212| |0106|Moogle Village - House | | | |0107|Castle Exdeath - 1st Floor |0107|0F1E| |0108|Castle Exdeath - 1st Floor |0108|0B1E| |0109|Castle of Bal |0109|3214| |010A|Castle of Bal - Inn |010A|2422| |010B|Castle of Bal - 1st Floor |010B|2407| |010C|Castle of Bal - 2nd Floor |010C|0504| |010D|Castle of Bal - 1st Floor |010D|280B| |010E|Castle of Bal - Throne Room |010E|0F0B| |010F|Castle of Bal - 3rd Floor |010F|0C34| |0110|Castle of Bal - 4th Floor |0110|222D| |0111|Castle of Bal - B1 |0111|311F| |0112|Castle of Bal |0112|1524| |0113|**Moogle Village Sky | | | |0114|Castle Exdeath | | | |0115|Great Sea Trench | | | |0116|Kingdom of Dwarves | | | |0117|Dwarven Armor Shop | | | |0118|Castle of Bal - B2 |0118|3A08| |0119|Quelb |0119|2624| |011A|Kelger's House - 1st Floor |011A|1410| |011B|Kelger's House - 2nd Floor |011B|1524| |011C|Quelb - Inn |011C|310B| |011D|Quelb - Equipment Shop |011D|3323| |011E|Quelb - Magic Shop |011E|3036| |011F|Istory Falls - B6 | | | |0120|Drakenvale - Shack |0120|3739| |0121|**Exdeath Tomb |0121|0707| |0122|Barrier Tower |0122|1A30| |0123|Drakenvale - Trail |0123|260B| |0124|Drakenvale - Trail |0124|0B38| |0125|Drakenvale - Trail |0125|0B32| |0126|Drakenvale - Trail |0126|080E| |0127|Drakenvale - Cave |0127|0C08| |0128|Drakenvale - Cave |0128|2518| |0129|*Guardian Tree |0129|2913| |012A|Ghido's Cave - Entrance |012A|2020| |012B|Surgate Castle | | | |012C|Surgate Castle - Throne Room | | | |012D|Surgate Castle - King's Chamber | | | |012E|Surgate Castle - B1 | | | |012F|Surgate Castle - B2 | | | |0130|Surgate Castle - 3rd Floor | | | |0131|Surgate Castle - Library | | | |0132|Surgate Castle - Library | | | |0133|Kuza, the Sealed Castle |0133|0C0D| |0134|Kuza, the Sealed Castle |0134|2F10| |0135|Kuza, the Sealed Castle |0135|1630| |0136|Sealed Room |0136|3030| |0137|Tower of Walse - Crystal Chamber | | | |0138|Tower of Walse - 9th Floor |0138|311B| |0139|Tower of Walse - 8th Floor |0139|3030| |013A|Big Bridge |013A|0B0F| |013B|Big Bridge |013B|382F| |013C|Big Bridge |013C|0D1E| |013D|Kingdom of Dwarves - House | | | |013E|Great Sea Trench | | | |013F|Kuza, the Sealed Castle | | | |0140|Kuza, the Sealed Castle | | | |0141|Kuza, the Sealed Castle | | | |0142|Sealed Room | | | |0143|Tower of Walse - 7th Floor |0143|051D| |0144|Tower of Walse - 6th Floor |0144|1A2E| |0145|Tower of Walse - 5th Floor |0145|1B08| |0146|Xezat's Fleet | | | |0147|Xezat's Fleet - Below Deck | | | |0148|Barrier Tower - 2nd Floor |0148|1E11| |0149|Barrier Tower - 2nd Floor |0149|392B| |014A|Sea Floor |014A|220E| |014B|Barrier Tower - 1st Floor |014B|0D11| |014C|Barrier Tower - B1 |014C|1428| |014D|**Barrier Tower - Antenna |014D|110F| |014E|Barrier Tower - 3rd Floor |014E|3727| |014F|Barrier Tower - 4th Floor |014F|3C28| |0150|Barrier Tower - 5th Floor |0150|2327| |0151|Barrier Tower - 6th Floor |0151|2739| |0152|Barrier Tower - 7th Floor |0152|3727| |0153|Barrier Tower - 8th Floor |0153|3C39| |0154|Barrier Tower - 9th Floor |0154|2210| |0155|Barrier Tower - 10th Floor |0155|270A| |0156|Barrier Tower |0156|1910| |0157|Submarine |0157|0D0D| |0158|Sea Floor |0158|1E0E| |0159|Ghido's Cave - B2 |0159|0B20| |015A|Ghido's Cave - B3 |015A|060B| |015B|Ghido's Cave - B4 |015B|1229| |015C|Ghido's Cave - B5 |015C|062B| |015D|Island Shrine - 6th Floor |015D|1706| |015E|Moore |015E|261C| |015F|Moore - Magic Shop |015F|110C| |0160|Moore - Weapons Shop |0160|121F| |0161|Moore - Armor Shop |0161|112F| |0162|Moore - Inn |0162|2810| |0163|Moore - Pub |0163|292C| |0164|Great Forest of Moore | | | |0165|Great Forest of Moore | | | |0166|Moogle Cave | | | |0167|*Great Forest of Moore |0167|1313| |0168|Guardian Tree - Inside | | | |0169|Gil Cave |0169|2E11| |016A|Great Forest of Moore | | | |016B|Great Forest of Moore | | | |016C|Guardian Tree |016C|1C21| |016D|Guardian Tree - Inside | | | |016E|Great Forest of Moore | | | |016F|Island Shrine - 3rd Floor |016F|390F| |0170|Island Shrine - 4th Floor |0170|350B| |0171|Island Shrine - 5th Floor |0171|182F| |0172|Death Valley |0172|220B| |0173|Antlion's Nest |0173|221F| |0174|? |0174|0008| |0175|Pyramid - Inside | | | |0176|Pyramid - Inside | | | |0177|Pyramid - Inside | | | |0178|Pyramid - Inside | | | |0179|Pyramid - Inside | | | |017A|Pyramid of Moore |017A|3419| |017B|Pyramid - Inside | | | |017C|Pyramid - Inside | | | |017D|Pyramid - Inside | | | |017E|Pyramid - Inside | | | |017F|Pyramid - Inside | | | |0180|Pyramid - Inside | | | |0181|Pyramid - Inside | | | |0182|*Pyramid - Inside |0182|1F2B| |0183|Island Shrine |0183|3B15| |0184|Island Shrine |0184|1706| |0185|Island Shrine |151C| | |0186|Island Shrine - 2nd Floor |0186|3E30| |0187|Island Shrine |0187|2227| |0188|Island Shrine - 7th Floor |0188|1E0F| |0189|Fork Tower - Entrance |0189|122F| |018A|Fork Tower - Black Tower | | | |018B|Black Tower - 2nd Floor | | | |018C|Black Tower - 3rd Floor | | | |018D|Black Tower - 4th Floor | | | |018E|Black Tower - 5th Floor | | | |018F|Black Tower - 6th Floor | | | |0190|Fork Tower - Black Tower | | | |0191|Black Tower - 7th Floor | | | |0192|Black Tower - 8th Floor | | | |0193|Black Tower - 9th Floor | | | |0194|Fork Tower - White Tower | | | |0195|White Tower - 2nd Floor |0195|0C07| |0196|White Tower - 3rd Floor |0196|2F07| |0197|White Tower - 4th Floor |0197|1A07| |0198|White Tower - 5th Floor |0198|2F07| |0199|White Tower - 6th Floor |0199|081C| |019A|Fork Tower - White Tower |019A|1521| |019B|White Tower - 7th Floor |019B|3619| |019C|White Tower - 8th Floor |019C|2018| |019D|White Tower - 9th Floor |019D|272D| |019E|Great Sea Trench | | | |019F|Great Sea Trench | | | |01A0|Great Sea Trench | | | |01A1|Great Sea Trench | | | |01A2|Great Sea Trench | | | |01A3|Great Sea Trench | | | |01A4|Great Sea Trench | | | |01A5|*Great Sea Trench |01A5|0F1E| |01A6|Istory Falls - B1 | | | |01A7|Istory Falls - B2 | | | |01A8|Istory Falls - B3 | | | |01A9|Istory Falls - B4 | | | |01AA|Istory Falls - B5 | | | |01AB|*Istory Falls - B6 |01AB|180F| |01AC|Sea Floor |01AC|1E0E| |01AD|Istory Falls - B4 | | | |01AE|Tower of Walse - 4th Floor |01AE|062E| |01AF|Tower of Walse - 3rd Floor |01AF|1A19| |01B0|Tower of Walse - 2nd Floor |01B0|3508| |01B1|Tower of Walse - 1st Floor |01B1|0508| |01B2|Phoenix Tower - 1st Floor |01B2|160F| |01B3|Phoenix Tower - 2nd Floor |01B3|2226| |01B4|Phoenix Tower - 3rd Floor |01B4|0B39| |01B5|Phoenix Tower - 4th Floor |01B5|220E| |01B6|Phoenix Tower - 5th Floor |01B6|360F| |01B7|Phoenix Tower - 6th Floor |01B7|2226| |01B8|Phoenix Tower - 7th Floor |01B8|0B39| |01B9|Phoenix Tower - 8th Floor |01B9|0B25| |01BA|Phoenix Tower - 9th Floor |01BA|220E| |01BB|Phoenix Tower - 10th Floor |01BB|360F| |01BC|Phoenix Tower - 11th Floor |01BC|2226| |01BD|Phoenix Tower - 12th Floor |01BD|0B39| |01BE|Phoenix Tower - 13th Floor |01BE|0B25| |01BF|Phoenix Tower - 14th Floor |01BF|220E| |01C0|Phoenix Tower - 15th Floor |01C0|360F| |01C1|Phoenix Tower - 16th Floor |01C1|2226| |01C2|Phoenix Tower - 17th Floor |01C2|0B39| |01C3|Phoenix Tower - 18th Floor |01C3|0B25| |01C4|Phoenix Tower - 19th Floor |01C4|220E| |01C5|Phoenix Tower - 20th Floor |01C5|360F| |01C6|Phoenix Tower - 21st Floor |01C6|2226| |01C7|Phoenix Tower - 22nd Floor |01C7|0B39| |01C8|Phoenix Tower - 23rd Floor |01C8|0B25| |01C9|Phoenix Tower - 24th Floor |01C9|220E| |01CA|Phoenix Tower - 25th Floor |01CA|360F| |01CB|Phoenix Tower - 26th Floor |01CB|220E| |01CC|Phoenix Tower - 27th Floor |01CC|0B25| |01CD|Phoenix Tower - 28th Floor |01CD|220E| |01CE|Phoenix Tower - 29th Floor |01CE|3627| |01CF|Phoenix Tower - 30th Floor |01CF|3C08| |01D0|Castle Tycoon | | | |01D1|Castle Tycoon | | | |01D2|Mirage Town |01D2|1C31| |01D3|Mirage Town - House |01D3|1C0C| |01D4|Mirage Town - Weapons Shop |01D4|1C1C| |01D5|Mirage Town - Inn |01D5|1831| |01D6|Mirage Town - Items Shop |01D6|2935| |01D7|Mirage Town - B1 |01D7|271A| |01D8|Mirage Town - Secret Passage |01D8|140E| |01D9|Mirage Town - Pub |01D9|0C23| |01DA|Mirage Town - Armor Shop |01DA|3419| |01DB|Mirage Town - Magic Shop |01DB|2E32| |01DC|The Void - Desert | | | |01DD|The Void - Ruins | | | |01DE|The Void - Ruins | | | |01DF|The Void - Ruins | | | |01E0|The Void - Ruins |01E0|0F0B| |01E1|The Void - Mirage Town |01E1|1C31| |01E2|The Void - Mirage Town |01E2|1C1C| |01E3|The Void - Mirage Town |01E3|1831| |01E4|The Void - Mirage Town |01E4|2935| |01E5|The Void - Mirage Town |01E5|271A| |01E6|The Void - Mirage Town |01E6|0C23| |01E7|The Void - Mirage Town |01E7|3419| |01E8|The Void - Mirage Town |01E8|2E32| |01E9|The Void - Forest |01E9|2809| |01EA|The Void - Cave |01EA|2733| |01EB|The Void - Cave |01EB|0B08| |01EC|The Void - Cave |01EC|2C22| |01ED|The Void - Library |01ED|2738| |01EE|The Void - Tower |01EE|213B| |01EF|The Void - Dimension Castle |01EF|3716| |01F0|The Void - Dimension Castle |01F0|2B1E| |01F1|The Void - Dimension Castle |01F1|2216| |01F2|The Void - Dimension Castle |01F2|180D| |01F3|The Void - Dimension Castle | | | |01F4|The Void - Dimension Castle |01F4|2632| |01F5|The Void - Dimension Castle |01F5|2406| |01F6|The Void - Dimension Castle |01F6|1B32| |01F7|The Void - Dimension Castle |01F7|2F11| |01F8|The Void - Last Floor | | | |01F9|The Void - Last Floor |01F9|0A35| |01FA|The Void - Last Floor |01FA|1A0C| |01FB|The Void - Last Floor |01FB|2317| |01FC|The Void - Last Floor |01FC|3B30| |01FD|The Void - Last Floor |01FD|321E| |01FE|**Space - part 2 |01FE|0F10| |01FF|**Space - part 1 |01FF|0B10| +----+---------------------------------+----+----+ 5.0 Mix 5.1 Character (Sprite) +--+------+ |00|Butz | |01|Lenna | |02|Galuf | |03|Faris | |04|Krile | |05|*none | |06|*none | |07|*none | +--+------+ +--+---------------+ |08|Gender | |10| | |20| | |40|Not in the team| |80|Back Row | +--+---------------+ -------------------------------------------------------------------------------- Zsnes save state Hacking (*.zs?) -------------------------------------------------------------------------------- If a value takes more than 1 Byte, then it's represented as little-endian (LSB on the left, MSB on the right). Examples: 0F 27= 9999, E7 03 = 999 (Offset = PAR code - 7E0000 + C13) TODO - Death Team alive ver 2.0 (now with poison+condemn) http://www.nicovideo.jp/watch/sm25015170 - Reminiscence Equipment Status (e.g. Bone Mail) after battle http://ffdic.wikiwiki.jp/?%CE%A2%B5%BB%A1%A6%A5%D0%A5%B0%2F%A1%DA%C2%D1%C0%AD%BB%C4%C2%B8%A5%D0%A5%B0%A1%DB#FF5 - Damage overflow (e.g. Use Goblin Punch on self after having levels increased) http://ffdic.wikiwiki.jp/?%CE%A2%B5%BB%A1%A6%A5%D0%A5%B0%2F%A1%DA%A5%C0%A5%E1%A1%BC%A5%B8%A5%AA%A1%BC%A5%D0%A1%BC%A5%D5%A5%ED%A1%BC%A1%DB#FF5 - Moogle's theme sounds during battle http://www.nicovideo.jp/watch/sm31235662 Hedgehog near the third world carwen and hedgehog with three shadows Hidden bug which can be done by putting Hide in the bottom of imitation Hedgehog acts as a target Wake or bug in Hedgehog's behavior So when you make a bug with sandy beaches or forests Doing heavy actions on the Moggle theme's music (not in the plain) directing a freeze (hedgehog needle and shadow Probably freeze even in actions that do nothing) - Stoned zombie with Angel Ring... http://www.nicovideo.jp/watch/sm27033162 - Unlimited power? Action. Quick. Action. Quick. Action. Quick... This Allows an infinite amount of actions as long as you MP holds out. Enemies in the game with 0 magic power, and L2 Old somehow can make their magic much stronger