diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 19:54:16 -0500 |
| commit | 7b7f4bb7d6f5d29b40e15aa4c6285c6885359e0d (patch) | |
| tree | 8da3f8fae8c1c165e3435ee079f48631479b7611 /data/layouts/PokemonCenter_2F | |
| parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
| parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) | |
Merge pull request #636 from huderlem/assets
Map organization
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 | 14 | ||||
| -rw-r--r-- | data/layouts/PokemonCenter_2F/map.bin | 1 |
3 files changed, 16 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..033580519 --- /dev/null +++ b/data/layouts/PokemonCenter_2F/layout.inc @@ -0,0 +1,14 @@ +PokemonCenter_2F_MapBorder:: @ 82CE180 + .incbin "data/layouts/PokemonCenter_2F/border.bin" + +PokemonCenter_2F_MapBlockdata:: @ 82CE188 + .incbin "data/layouts/PokemonCenter_2F/map.bin" + + .align 2 +PokemonCenter_2F_Layout:: @ 82CE284 + .4byte 0xe + .4byte 0x9 + .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..40cf9afd7 --- /dev/null +++ b/data/layouts/PokemonCenter_2F/map.bin @@ -0,0 +1 @@ + ?L\?M\?N\?GTd6GUd6GVd6G222Oh22Oh22Oh22Ob2 222Wp]Wp]Wp]W/2˜2™22ek22_k22_k22_/2 ¡Bg2%22g2%22g2%22g2c2¨2©22^22222^22222'2 222f42&242&2f42&242&2'2(622222222222276
\ No newline at end of file |
