diff options
Diffstat (limited to 'data/layouts/BattleFrontier_BattleFactoryLobby/layout.inc')
-rw-r--r-- | data/layouts/BattleFrontier_BattleFactoryLobby/layout.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/layouts/BattleFrontier_BattleFactoryLobby/layout.inc b/data/layouts/BattleFrontier_BattleFactoryLobby/layout.inc new file mode 100644 index 000000000..cc0a33611 --- /dev/null +++ b/data/layouts/BattleFrontier_BattleFactoryLobby/layout.inc @@ -0,0 +1,15 @@ +BattleFrontier_BattleFactoryLobby_MapBorder:: + .incbin "data/layouts/BattleFrontier_BattleFactoryLobby/border.bin" + +BattleFrontier_BattleFactoryLobby_MapBlockdata:: + .incbin "data/layouts/BattleFrontier_BattleFactoryLobby/map.bin" + + .align 2 +BattleFrontier_BattleFactoryLobby_Layout:: + .4byte 0x13 + .4byte 0xc + .4byte BattleFrontier_BattleFactoryLobby_MapBorder + .4byte BattleFrontier_BattleFactoryLobby_MapBlockdata + .4byte gTileset_Building + .4byte gTileset_BattleFactory + |