diff options
| author | yenatch <yenatch@gmail.com> | 2018-06-24 20:22:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-24 20:22:13 -0400 |
| commit | 364854623267a8a39242243b0cdf80144e868642 (patch) | |
| tree | 94eaaa56e9c7d869dd6ffe86be1abc0af3ccc2b9 /data/pokemon/evos_attacks_pointers.asm | |
| parent | 0cbe04da44744073c4c164df970b1571b1fda1a6 (diff) | |
| parent | 5efce10789bc8291ca5517bdeaacab95459b3fdb (diff) | |
Merge pull request #532 from mid-kid/master
Remove even more address comments
Diffstat (limited to 'data/pokemon/evos_attacks_pointers.asm')
| -rw-r--r-- | data/pokemon/evos_attacks_pointers.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/pokemon/evos_attacks_pointers.asm b/data/pokemon/evos_attacks_pointers.asm index f6582e786..7b27c6a74 100644 --- a/data/pokemon/evos_attacks_pointers.asm +++ b/data/pokemon/evos_attacks_pointers.asm @@ -1,6 +1,6 @@ ; Evolutions and attacks are grouped together since they're both checked at level-up. -EvosAttacksPointers:: ; 0x425b1 +EvosAttacksPointers:: dw BulbasaurEvosAttacks dw IvysaurEvosAttacks dw VenusaurEvosAttacks @@ -252,4 +252,3 @@ EvosAttacksPointers:: ; 0x425b1 dw LugiaEvosAttacks dw HoOhEvosAttacks dw CelebiEvosAttacks -; 0x427a7 |
