diff options
author | yenatch <yenatch@gmail.com> | 2014-05-27 11:08:52 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-27 11:08:52 -0700 |
commit | f16f07c5ca38fa269972dfecab7dbae50e0a73ff (patch) | |
tree | 1a015d00cf025c98f3b5df49b60bedbb89978186 /home.asm | |
parent | 40c17c906b2b3f65b3b04b1933b90238a7ac5566 (diff) |
More wOAMBuffer references.
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9244,7 +9244,7 @@ StringCmp:: ; 3a8e (0:3a8e) ; c = X coordinate of upper left corner of sprite ; de = base address of 4 tile number and attribute pairs WriteOAMBlock:: ; 3a97 (0:3a97) - ld h,$c3 + ld h,wOAMBuffer / $100 swap a ; multiply by 16 ld l,a call .writeOneEntry ; upper left |