diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-11-07 21:28:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 21:28:20 -0600 |
commit | edf375aff14e54bd54e7a25780fe8b714691ccc7 (patch) | |
tree | 015c63e79e4a245c28f72b18954f2a845d30271c /engine/gfx | |
parent | 338f1276b48ce1394cb9de52b7646e9f8618b1b9 (diff) | |
parent | ead36b7ba24413fe0f4423ee1efa6fe88bab0a3c (diff) |
Merge pull request #63 from dannye/debug
Debug Yellow
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/bg_map_attributes.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/gfx/bg_map_attributes.asm b/engine/gfx/bg_map_attributes.asm index 6f81af63..55313846 100644 --- a/engine/gfx/bg_map_attributes.asm +++ b/engine/gfx/bg_map_attributes.asm @@ -1,5 +1,3 @@ -INCLUDE "data/cgb/bg_map_attributes.asm" - LoadBGMapAttributes:: ld hl, BGMapAttributesPointers ld a, c ; c = which packet |