diff options
author | jidoc01 <jidoc01@naver.com> | 2019-06-24 20:22:25 +0900 |
---|---|---|
committer | jidoc01 <jidoc01@naver.com> | 2019-06-24 20:22:25 +0900 |
commit | 218885d0e33412e249eba132ddfa4ffcc5056a0b (patch) | |
tree | 78a872cde1393d8b4813f657627b4ee83d1025b0 /src/engine/home.asm | |
parent | 1fa680668c51fac0181d7493971e5f1a7ff1d29e (diff) |
[Bank 6] All data seperation. Func call labeled.
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 0046286..72aedcf 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -1704,7 +1704,7 @@ SetManyObjectsAttributes: ; 950 (0:950) ; for the sprite at wOAM + [wOAMOffset] / 4, set its attributes from registers e, d, c, b ; return carry if [wOAMOffset] > 40 * 4 (beyond the end of wOAM) -SetOneObjectAttributes: ; 97f (0:97f) +SetOneObjectAttributes: ; 097f (0:097f) push hl ld a, [wOAMOffset] ld l, a |