summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/map.asm b/home/map.asm
index bccc2ae1c..0b7bb6eac 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2277,3 +2277,12 @@ LoadMapTileset::
pop bc
pop hl
ret
+
+InexplicablyEmptyFunction::
+; unused
+; Inexplicably empty.
+; Seen in PredefPointers.
+rept 16
+ nop
+endr
+ ret