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 /stats/evos_attacks_pointers.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 'stats/evos_attacks_pointers.asm')
-rw-r--r-- | stats/evos_attacks_pointers.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/evos_attacks_pointers.asm b/stats/evos_attacks_pointers.asm index 287e7a0d0..6ecd74893 100644 --- a/stats/evos_attacks_pointers.asm +++ b/stats/evos_attacks_pointers.asm @@ -2,6 +2,7 @@ ; These are grouped together since they're both checked at level-up. +EvosAttacksPointers: ; 0x425b1 dw BulbasaurEvosAttacks dw IvysaurEvosAttacks dw VenusaurEvosAttacks |