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/StandLab.asm | |
| parent | 3b704c267c4810b0d7ec2048300fcd08bad21a53 (diff) | |
Split attributes into individual files.
Diffstat (limited to 'data/maps/attributes/StandLab.asm')
| -rw-r--r-- | data/maps/attributes/StandLab.asm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/maps/attributes/StandLab.asm b/data/maps/attributes/StandLab.asm new file mode 100644 index 0000000..2b96989 --- /dev/null +++ b/data/maps/attributes/StandLab.asm @@ -0,0 +1,18 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/StandLab.asm", ROMX + map_attributes StandLab, STAND_LAB, 0 + +StandLab_MapEvents:: + dw $4000 ; unknown + + db 2 ; warp events + warp_event 3, 7, 1, STAND, wOverworldMapBlocks + 42 + warp_event 4, 7, 1, STAND, wOverworldMapBlocks + 43 + + db 0 ; bg events + + db 1 ; person events + object_event 2, 3, SPRITE_NURSE, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +StandLab_Blocks:: INCBIN "maps/blk/StandLab.blk" |
