Montag, 6. April 2015

World Map Names

I found a data set that contains the names that are displayed on the world map when the player moves to or from a place. I edited the name of Edward's Castle by hand. The next goal is to make it editable in the editor.


Freitag, 3. April 2015

Enemy move commands

I discovered the move commands for the bat enemies in Edward's Underground. You can directly change the direction, speed and move pattern of the enemy. I will try to further investigate these enemy events..


I also discovered some other event commands:
  • Text Choice (0xBE): Adjust the number of choices and at which line of the message the choice occurs. You can also set what action will be performed if a specific choice is made.
  • Set Event Position Offset (0xBC): Set the position offset (X, Y) of an event
  • Clear Switch (0xCE): Clear a specific switch
  • Item Possession Condition (0xD6): Check if a specific item is in the inventory and set the action that happens in either case
  • Set Event Layer: Below Hero (0x0C): The hero can move over the event.