summaryrefslogtreecommitdiff
path: root/gfx/pokemon/unown_frames.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-06-12 23:29:15 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-06-12 23:29:15 -0400
commitfbe82a7fe0f310ade7436d4d8f352ee04e05a1ec (patch)
treed474f9d2ee1876cdee83564ddd2e44986eb8a4a4 /gfx/pokemon/unown_frames.asm
parent6130fc5cd6b002f827d307c64a432e960629cb9b (diff)
Note which labels are only needed for locating banks (relevant to issue #485)
Diffstat (limited to 'gfx/pokemon/unown_frames.asm')
-rw-r--r--gfx/pokemon/unown_frames.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/pokemon/unown_frames.asm b/gfx/pokemon/unown_frames.asm
index 7b7c5bc7e..d5ed3d621 100644
--- a/gfx/pokemon/unown_frames.asm
+++ b/gfx/pokemon/unown_frames.asm
@@ -1,4 +1,5 @@
-UnownsFrames:
+UnownsFrames: ; used only for BANK(UnownsFrames)
+
UnownAFrames: INCLUDE "gfx/pokemon/unown_a/frames.asm"
UnownBFrames: INCLUDE "gfx/pokemon/unown_b/frames.asm"
UnownCFrames: INCLUDE "gfx/pokemon/unown_c/frames.asm"