summaryrefslogtreecommitdiff
path: root/slack
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-18 13:16:13 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-18 13:16:13 +0700
commit653179ffcf19459faebf1b499486cda1d9dfeee0 (patch)
tree42f254cc7545d08f3c1c078542c9def4c81f525e /slack
parent3880da84429f7d3d2c9a159e698a1e086d857555 (diff)
parentb1ae1098d06d9865c767471e539fa65f77101aaa (diff)
Merge branch 'master' of https://github.com/pret/pokegold-spaceworld
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Diffstat (limited to 'slack')
-rwxr-xr-xslack/slack.asm6
-rw-r--r--slack/unknown_e7e9f.binbin0 -> 353 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/slack/slack.asm b/slack/slack.asm
index f3e450b..0423771 100755
--- a/slack/slack.asm
+++ b/slack/slack.asm
@@ -26,3 +26,9 @@ SECTION "slack.asm@Corrupted Sprites", ROMX
CorruptedSpriteGFX:
INCBIN "slack/sprites_corrupted.2bpp"
+
+SECTION "slack.asm@Unknowne7e9f", ROMX
+
+Unknowne7e9f:
+INCBIN "slack/unknown_e7e9f.bin" ; Loaded as corrupted graphics
+
diff --git a/slack/unknown_e7e9f.bin b/slack/unknown_e7e9f.bin
new file mode 100644
index 0000000..3080e80
--- /dev/null
+++ b/slack/unknown_e7e9f.bin
Binary files differ