diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-30 14:55:27 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-30 14:55:27 -0500 |
commit | 6e00101b895b8f1fe304c116fa861e83997a1dc7 (patch) | |
tree | a8f79dde21c008f6232993cfe8c9e743424435dd /engine | |
parent | 5b678b336c26d0dd149a8889c0dd13017416e9e3 (diff) |
Comment values of special pointers, same as predefs
Diffstat (limited to 'engine')
-rw-r--r-- | engine/events/dratini.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/dratini.asm b/engine/events/dratini.asm index 620a5a707..70179bc09 100644 --- a/engine/events/dratini.asm +++ b/engine/events/dratini.asm @@ -1,4 +1,4 @@ -Dratini: ; 0x8b170 +GiveDratini: ; 0x8b170 ; if ScriptVar is 0 or 1, change the moveset of the last Dratini in the party. ; 0: give it a special moveset with Extremespeed. ; 1: give it the normal moveset of a level 15 Dratini. |