diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
| commit | 4f17a2c863042cfd480f7604c4d86e232627263e (patch) | |
| tree | 6e497b69a442cdff6a5ef645584514c156fed05e /data/maps/attributes/FontoLab.asm | |
| parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) | |
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'data/maps/attributes/FontoLab.asm')
| -rw-r--r-- | data/maps/attributes/FontoLab.asm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/maps/attributes/FontoLab.asm b/data/maps/attributes/FontoLab.asm deleted file mode 100644 index 7ef980c..0000000 --- a/data/maps/attributes/FontoLab.asm +++ /dev/null @@ -1,19 +0,0 @@ -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"
\ No newline at end of file |
