tommai78101 / PokemonWalking

Implementing the walking algorithm used in classic Pokémon G/S/C games.
Apache License 2.0
30 stars 3 forks source link

Need to separate triggers into: Game Triggers, NPC Triggers, and Event Triggers #58

Open tommai78101 opened 3 years ago

tommai78101 commented 3 years ago

Currently, the Triggers are being mixed up between Obstacle triggers, NPC triggers, and player-scripted triggers. Too much stuff to handle.

Rewrite and split off these components into their own triggers, so it makes it even easier to manage and take control of them in the script editor.

That way, there is no need to fight over which entity takes which trigger stored on the area map files.

tommai78101 commented 2 years ago

Made the terminology clearer.

There are 3 categories: