; ; ff5_core_config.inc ; Configuration file for ff5_core.asm ; ; Number of Treasures TREASURES_TOTAL equ 252 ; # Battle Message Ally Enemy ; ----------------------------------------------- ; 01: Dead! X X ; 02: Petrified X X ; 03: Toad X X ; 04: Mini X X ; 05: Floating X X ; 06: Poisoned X X ; 07: Zombie X X ; 08: Blinded X X ; 09: Aging X X ; 0A: Asleep X X ; 0B: Paralyzed X X ; 0C: Confused X X ; 0D: Berserked X X ; 0E: Silenced X X ; 0F: Image X X ; 10: Image X X ; 11: Level %d X X ; 12: HP %d/%d X X ; 13: Weak against Water X X ; 14: Weak against Wind X X ; 15: Weak against Earth X X ; 16: Weak against Holy X X ; 17: Weak against Poison X X ; 18: Weak against Thunder X X ; 19: Weak against Ice X X ; 1A: Weak against Fire X X ; 1B: First Strike! X X ; 1C: Back Attack! X X ; 1D: No effect X X ; 1E: Not enough MP X X ; 1F: Can‘t Cast! X X ; 20: Can‘t Escape! X X ; 21: Stole %s X X ; 22: Could’t steal X X ; 23: Calmed X X ; 24: Controlled X X ; 25: Weaken it more! X X ; 26: Detected by the enemy X X ; 27: ... X X ; 28: Grr Grr [Flirt] X X ; 29: Victory! X X ; 2A: The Party has fallen... X X ; 2B: Escaped X X ; 2C: %dGil X X ; 2D: %dEXP X X ; 2E: %dABP X X ; 2F: %s gained a Level X X ; 30: % sgained a Job Level X X ; 31: Received “g%s” X X ; 32: Learned “g%s” X X ; 33: Received “g%sL%d” X X ; 34: Banished into another dimension X - ; 35: Promise of death in 30 seconds X X ; 36: Death on level multiples of 5 X X ; 37: Damage on level multiples of 4 X X ; 38: Old on level multiples of 2 X X ; 39: Damage on level multiples of 3 X X ; 3A: Petrified! - X ; 3B: Will roam the world as a zombie - X ; 3C: Attack power decreased! X X ; 3D: Defense decreased! X X ; 3E: Increased level by 5! X X ; 3F: Decreased level by 5! X X ; 40: Level halved! X X ; 41: Covered in sticky web! - X ; 42: Covered in gummy liquid! - X ; 43: MP halved! X X ; 44: The page turns over! X X ; 45: Jump intercepted! X X ; 46: Mind sucked! - X ; 47: Memory erased! - X ; 48: Banished into another dimension! - X ; 49: No effect X X ; 4A: The enemy is charmed X X ; 4B: Doesn’t have anything! X X ; 4C: You already control this enemy! X X ; 4D: Can’t reach X X ; 4E: Can’t control! X X ; 4F: Can’t catch! X X ; 50: %s broke! X X ; Messages shown when the attack even misses ; Scan messages are fixed - they now display correctly when reflected MAGMES_INFO_0X equ %0111111111111111 MAGMES_INFO_1X equ %1111111111100111 MAGMES_INFO_2X equ %1010010000000000 MAGMES_INFO_3X equ %0000000000000000 MAGMES_INFO_4X equ %0000000000011011 MAGMES_INFO_5X equ %1000000000000000 MAGMES_INFO_6X equ %0000000000000000 MAGMES_INFO_7X equ %0000000000000000 ; Allies’ battle messages MAGMES_ALLY_0X equ %1111111111111111 MAGMES_ALLY_1X equ %1111111111111111 MAGMES_ALLY_2X equ %1111111111111111 MAGMES_ALLY_3X equ %1111111111001111 MAGMES_ALLY_4X equ %1001110001111111 MAGMES_ALLY_5X equ %1111111111111111 MAGMES_ALLY_6X equ %1111111111111111 MAGMES_ALLY_7X equ %1111111111111111 ; Enemies’ battle messages MAGMES_ENEMY_0X equ %1111111111111111 MAGMES_ENEMY_1X equ %1111111111111111 MAGMES_ENEMY_2X equ %1111111111111111 MAGMES_ENEMY_3X equ %1111011111111111 MAGMES_ENEMY_4X equ %1111111111111111 MAGMES_ENEMY_5X equ %1111111111111111 MAGMES_ENEMY_6X equ %1111111111111111 MAGMES_ENEMY_7X equ %1111111111111111