Quote:
Originally Posted by Dinisk
you are right I removed the words, and he began to look around, just how to add a dialogue? XD
|
Follow that Gen III Rom hacking series tutorial, that explains when to use which type of level script.
To summarize:
01: Change the tiles of a map through a script
02: Executes a certain event through a script (Similar to the green Script in AdvanceMap, but as level script, most scripting command can be used in such a script such as msgboxes and applymovements)
03: Used for moving sprites across a map or setting certain flags
04: Similar to 02, but is executed before all tiles and such are loaded (used for the spritefacing when starting the game for example)
05: Executes every times a player returns to the overworld (barely used, only in the Pokemon Center I think)
For what you want, you should use type 03 among with type 02 (If I understood it correctly).