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 | Ignore tools/pcm (diff) | |
| parent | Fix typo (diff) | |
| download | pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.gz pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.xz pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.zip | |
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 |
