Offset_Table = {
'cards': [
{'name': 'Doll Craft', 'offset': 0x41E79E},
{'name': 'Necro Gate', 'offset': 0x41E7A0},
{'name': 'Medusa Eye', 'offset': 0x41E7A2},
{'name': 'Poison Breath', 'offset': 0x41E7A4},
{'name': 'Gravity Chaos', 'offset': 0x41E7A6},
{'name': 'Item Break', 'offset': 0x41E7A8},
{'name': 'Steal', 'offset': 0x41E7AA},
{'name': 'Bloody Claw', 'offset': 0x41E7AC},
{'name': 'Chariot', 'offset': 0x41E7AE},
{'name': 'Shield Barrier', 'offset': 0x41E7B0},
{'name': 'Flame', 'offset': 0x41E7B2},
{'name': 'Blizzard', 'offset': 0x41E7B4},
{'name': 'Thunder Bolt', 'offset': 0x41E7B6},
{'name': 'Banish', 'offset': 0x41E7B8},
{'name': 'Dragon Killer', 'offset': 0x41E7BA},
{'name': 'Earthquake', 'offset': 0x41E7BC},
{'name': 'Mind Change', 'offset': 0x41E7BE},
{'name': 'Revolution', 'offset': 0x41E7C0},
{'name': 'Crusade', 'offset': 0x41E7C2},
{'name': 'Sanctuary', 'offset': 0x41E7C4},
{'name': 'Refreshment', 'offset': 0x41E7C6},
{'name': 'Kiss of Death', 'offset': 0x41E7C8},
{'name': 'Fortune', 'offset': 0x41E7CA},
{'name': 'Mirage', 'offset': 0x41E7CC},
{'name': "Banshee's Cry", 'offset': 0x41E7CE},
{'name': 'Ivy Whip', 'offset': 0x41E7D0},
{'name': 'Sand Storm', 'offset': 0x41E7D2},
{'name': 'Man Trap', 'offset': 0x41E7D4},
{'name': 'Rock Fall', 'offset': 0x41E7D6},
{'name': 'Ace Guard', 'offset': 0x41E7D8},
],
'map': [
{'name': 'movement', 'offset': 0x4A52A6},
],
'battle': [
{'name': 'player_hp', 'offset': 0x416B04},
{'name': 'enemy_hp', 'offset': 0x416C1C},
{'name': 'guage' , 'offset': 0x416D40},
],
'morale': [
{'name': 'Yggdra', 'current': 0x41E832 , 'max': 0x41E834},
{'name': 'Milanor', 'current': 0x41E7FA , 'max': 0x41E7FC},
]
}