aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/lance.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-17 15:43:13 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-17 15:43:13 -0400
commite1a931df6affe154b57fa48e229ce299410032df (patch)
tree83211f43c5ae624e47946910ea433161fb740853 /data/mapObjects/lance.asm
parentOrganize base stats and wild mon data (Koolboyman) (diff)
downloadpokeyellow-e1a931df6affe154b57fa48e229ce299410032df.tar.gz
pokeyellow-e1a931df6affe154b57fa48e229ce299410032df.tar.xz
pokeyellow-e1a931df6affe154b57fa48e229ce299410032df.zip
Pull map objects out of main.asm
Diffstat (limited to '')
-rwxr-xr-xdata/mapObjects/lance.asm17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/mapObjects/lance.asm b/data/mapObjects/lance.asm
new file mode 100755
index 00000000..60d8815a
--- /dev/null
+++ b/data/mapObjects/lance.asm
@@ -0,0 +1,17 @@
+LanceObject: ; 0x5a3c5 (size=36)
+ db $3 ; border block
+
+ db $3 ; warps
+ db $10, $18, $2, AGATHAS_ROOM
+ db $0, $5, $0, CHAMPIONS_ROOM
+ db $0, $6, $0, CHAMPIONS_ROOM
+
+ db $0 ; signs
+
+ db $1 ; people
+ db SPRITE_LANCE, $1 + 4, $6 + 4, $ff, $d0, $41, LANCE + $C8, $1 ; trainer
+
+ ; warp-to
+ EVENT_DISP LANCES_ROOM_WIDTH, $10, $18 ; AGATHAS_ROOM
+ EVENT_DISP LANCES_ROOM_WIDTH, $0, $5 ; CHAMPIONS_ROOM
+ EVENT_DISP LANCES_ROOM_WIDTH, $0, $6 ; CHAMPIONS_ROOM