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 /main.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 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -31423,10 +31423,7 @@ INCBIN "baserom.gbc",$2017c,$20181 - $2017c INCLUDE "tilesets/data_3.asm" -EggMovePointers: ; 0x23b11 -INCLUDE "stats/egg_move_pointers.asm" -INCLUDE "stats/egg_moves.asm" SECTION "bank9",ROMX,BANK[$9] @@ -54674,10 +54671,7 @@ GetPreEvolution: ; 42581 ; 425b1 -EvosAttacksPointers: ; 0x425b1 -INCLUDE "stats/evos_attacks_pointers.asm" -INCLUDE "stats/evos_attacks.asm" SECTION "bank11",ROMX,BANK[$11] |