diff options
author | yenatch <yenatch@gmail.com> | 2015-08-17 11:58:57 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-17 11:58:57 -0400 |
commit | 3cd79c55a3e1b50c8a71ad76692342e52382c700 (patch) | |
tree | 32a9feb55a0eadc24c4690cef4fd0d26b2032f00 /home/tilemap.asm | |
parent | 9974a2c7014cbe7db3d0e516580fea48001ab3df (diff) | |
parent | 4831b4429eab57f56cce4736b6930a54f07314f7 (diff) |
Merge pull request #309 from PikalaxALT/master
Wild data, save functions, fix missing include
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r-- | home/tilemap.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm index c9eaaba67..d0875c37b 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -186,7 +186,7 @@ endr xor a ld b, a add hl, bc - ld bc, TileMap + bccoord 0, 0 add hl, bc ret ; 1d19 @@ -216,7 +216,7 @@ endr xor a ld b, a add hl, bc - ld bc, AttrMap + bccoord 0, 0, AttrMap add hl, bc ret ; 1d35 |