diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:41:17 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:21 -0500 |
| commit | 89d35e82a27c7328bf5987b4993b3456bb78f440 (patch) | |
| tree | e98a7ba6af471ac0b6e7237eb2ca159ddb4d2f6f /data/layouts/PokemonCenter_1F | |
| parent | 4ab87bf8f3fd527d0b5120344f84b73d309693db (diff) | |
Move 'map attributes' into 'layouts'
Diffstat (limited to 'data/layouts/PokemonCenter_1F')
| -rw-r--r-- | data/layouts/PokemonCenter_1F/border.bin | 1 | ||||
| -rw-r--r-- | data/layouts/PokemonCenter_1F/layout.inc | 16 | ||||
| -rw-r--r-- | data/layouts/PokemonCenter_1F/map.bin | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/data/layouts/PokemonCenter_1F/border.bin b/data/layouts/PokemonCenter_1F/border.bin new file mode 100644 index 000000000..19d906679 --- /dev/null +++ b/data/layouts/PokemonCenter_1F/border.bin @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/data/layouts/PokemonCenter_1F/layout.inc b/data/layouts/PokemonCenter_1F/layout.inc new file mode 100644 index 000000000..4d299d407 --- /dev/null +++ b/data/layouts/PokemonCenter_1F/layout.inc @@ -0,0 +1,16 @@ + .align 2 +PokemonCenter_1F_MapBorder:: + .incbin "data/layouts/PokemonCenter_1F/border.bin" + + .align 2 +PokemonCenter_1F_MapBlockdata:: + .incbin "data/layouts/PokemonCenter_1F/map.bin" + + .align 2 +PokemonCenter_1F_Layout:: + .4byte 0xe + .4byte 0x9 + .4byte PokemonCenter_1F_MapBorder + .4byte PokemonCenter_1F_MapBlockdata + .4byte gTileset_Building + .4byte gTileset_PokemonCenter diff --git a/data/layouts/PokemonCenter_1F/map.bin b/data/layouts/PokemonCenter_1F/map.bin new file mode 100644 index 000000000..5201dde15 --- /dev/null +++ b/data/layouts/PokemonCenter_1F/map.bin @@ -0,0 +1 @@ + ijJK
qrH"#RSI22y2z2P*+2[Q$2222 2&2422X!!!Y<222'2 2222`2l2m2n2o22%222'222222021222322222'26B228292:2;2242=>'222222@2A2B2C22&2EF'2(2222222222&24276
\ No newline at end of file |
