Sonntag, 18. September 2016

Event Editor: Assembler Commands

I found several event commands which aren't comprised of game specific script code but from real assembler opcode.
The following commands are now available in the event editor:

  • Disable/Enable Player
    • E.g. for cutscenes the player is disallowed to move or open the menu screen

  • Player Map Condition
    • Check if the player is on a specific map. Used by several items.

  • Restore Life Points
    • Restore a specific number of the player's life points. Currently only found on the herb item

I definitely plan to include an assembly editor where it will be possible to create new commands using opcode.