diff options
author | yenatch <yenatch@gmail.com> | 2013-11-22 00:09:51 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-22 00:14:55 -0500 |
commit | 94188ee0f76934417db7929c696a54440bfc45cb (patch) | |
tree | 8dddd4dfb3cb3a1c1b384dd01ba4dd89858f56e7 /engine/scripting.asm | |
parent | 02e8b4c7b68d52f5e7d470564fd7696041912005 (diff) |
version-sensitive objects for egg moves and evos/attacks
this way main.o and wram.o are version-neutral
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 3d37b0206..0885266fd 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2018,7 +2018,7 @@ Script_checkver: ; 0x976a6 ; 0x976ad Version: ; 976ad - db VERSION + db 0 ; VERSION ; 976ae Script_pokenamemem: ; 0x976ae |