diff options
| author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-22 13:14:58 +0200 |
|---|---|---|
| committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-22 13:14:58 +0200 |
| commit | 1e9143e0b22bc72cb77866e10817bc509064842a (patch) | |
| tree | 87b77fdd2c19d34cb7ac10870fdc4c30188e2d70 /data/layouts/PokemonCenter_2F | |
| parent | c9d486a5d3ea6bf7d256c2d7ca7f10339e498427 (diff) | |
| parent | 06b3ce408f774c7192202308e783cc22bb8e7643 (diff) | |
merge union room with master
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 | 15 | ||||
| -rw-r--r-- | data/layouts/PokemonCenter_2F/map.bin | 1 |
3 files changed, 17 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..3cb812de7 --- /dev/null +++ b/data/layouts/PokemonCenter_2F/layout.inc @@ -0,0 +1,15 @@ +PokemonCenter_2F_MapBorder:: + .incbin "data/layouts/PokemonCenter_2F/border.bin" + +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 |
