diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 14:10:02 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 14:10:02 -0400 |
| commit | 4a526ba36123dbd96ac7f4770ec04f04f56ea56e (patch) | |
| tree | 282d57ff3c2926376c960561af113c46480402c8 /data/maps/attributes/FontoLab.asm | |
| parent | 3b704c267c4810b0d7ec2048300fcd08bad21a53 (diff) | |
Split attributes into individual files.
Diffstat (limited to 'data/maps/attributes/FontoLab.asm')
| -rw-r--r-- | data/maps/attributes/FontoLab.asm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/maps/attributes/FontoLab.asm b/data/maps/attributes/FontoLab.asm new file mode 100644 index 0000000..8d625c2 --- /dev/null +++ b/data/maps/attributes/FontoLab.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/FontoLab.asm", ROMX + map_attributes FontoLab, FONTO_LAB, 0 + +FontoLab_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 5, FONTO, wOverworldMapBlocks + 46 + warp_event 4, 7, 5, FONTO, wOverworldMapBlocks + 47 + + db 0 ; bg events + + db 2 ; person events + object_event 2, 2, SPRITE_SCIENTIST, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 8, 5, SPRITE_SCIENTIST, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +FontoLab_Blocks:: INCBIN "maps/blk/FontoLab.blk" |
