diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-12 23:29:15 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-12 23:29:15 -0400 |
commit | fbe82a7fe0f310ade7436d4d8f352ee04e05a1ec (patch) | |
tree | d474f9d2ee1876cdee83564ddd2e44986eb8a4a4 /gfx/pokemon/kanto_frames.asm | |
parent | 6130fc5cd6b002f827d307c64a432e960629cb9b (diff) |
Note which labels are only needed for locating banks (relevant to issue #485)
Diffstat (limited to 'gfx/pokemon/kanto_frames.asm')
-rw-r--r-- | gfx/pokemon/kanto_frames.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/pokemon/kanto_frames.asm b/gfx/pokemon/kanto_frames.asm index 9a7aa7c85..67a066156 100644 --- a/gfx/pokemon/kanto_frames.asm +++ b/gfx/pokemon/kanto_frames.asm @@ -1,4 +1,5 @@ -KantoFrames: +KantoFrames: ; used only for BANK(KantoFrames) + BulbasaurFrames: INCLUDE "gfx/pokemon/bulbasaur/frames.asm" IvysaurFrames: INCLUDE "gfx/pokemon/ivysaur/frames.asm" VenusaurFrames: INCLUDE "gfx/pokemon/venusaur/frames.asm" |