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_2F | |
| parent | 4ab87bf8f3fd527d0b5120344f84b73d309693db (diff) | |
Move 'map attributes' into 'layouts'
Diffstat (limited to 'data/layouts/PokemonCenter_2F')
| -rw-r--r-- | data/layouts/PokemonCenter_2F/border.bin | 1 | ||||
| -rw-r--r-- | data/layouts/PokemonCenter_2F/layout.inc | 16 | ||||
| -rw-r--r-- | data/layouts/PokemonCenter_2F/map.bin | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/data/layouts/PokemonCenter_2F/border.bin b/data/layouts/PokemonCenter_2F/border.bin new file mode 100644 index 000000000..19d906679 --- /dev/null +++ b/data/layouts/PokemonCenter_2F/border.bin @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/data/layouts/PokemonCenter_2F/layout.inc b/data/layouts/PokemonCenter_2F/layout.inc new file mode 100644 index 000000000..cc2aba89a --- /dev/null +++ b/data/layouts/PokemonCenter_2F/layout.inc @@ -0,0 +1,16 @@ + .align 2 +PokemonCenter_2F_MapBorder:: + .incbin "data/layouts/PokemonCenter_2F/border.bin" + + .align 2 +PokemonCenter_2F_MapBlockdata:: + .incbin "data/layouts/PokemonCenter_2F/map.bin" + + .align 2 +PokemonCenter_2F_Layout:: + .4byte 0xe + .4byte 0xa + .4byte PokemonCenter_2F_MapBorder + .4byte PokemonCenter_2F_MapBlockdata + .4byte gTileset_Building + .4byte gTileset_PokemonCenter diff --git a/data/layouts/PokemonCenter_2F/map.bin b/data/layouts/PokemonCenter_2F/map.bin new file mode 100644 index 000000000..c623d86fc --- /dev/null +++ b/data/layouts/PokemonCenter_2F/map.bin @@ -0,0 +1 @@ +?\?\?Gd6Gd6GØÙÙ¦Ï2ÍÏO2ÍÏOb2Öàà×]Õ×Û]Õ×Ú/2 2l2l2¶2a2¿2l2ã<¿2l2â/2˜2™222Ê2Ë2Ì22g2È2É22g2D ¡B2Ò2Ó2Ô222Ð2Ñ222'2¨2©222222222222'2 22222^2^222^2^222'2(622422ff42&2ff&24276
\ No newline at end of file |
