summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-22 00:09:51 -0500
committeryenatch <yenatch@gmail.com>2013-11-22 00:14:55 -0500
commit94188ee0f76934417db7929c696a54440bfc45cb (patch)
tree8dddd4dfb3cb3a1c1b384dd01ba4dd89858f56e7 /main.asm
parent02e8b4c7b68d52f5e7d470564fd7696041912005 (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.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.asm b/main.asm
index b572b4f5e..777320965 100644
--- a/main.asm
+++ b/main.asm
@@ -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]