diff options
author | xCrystal <rgr.crystal@gmail.com> | 2019-06-30 18:10:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 18:10:42 +0200 |
commit | 880d8b42d8013dd2fc1f4a7424f9621c137cee6b (patch) | |
tree | 5b9990d43df4387e67ac5fed7f93e7d6022bdeef /src/engine/home.asm | |
parent | b82a3d3d0fd0cfa8d378883dca582cbee1d0b1f8 (diff) | |
parent | a6329757914a3137a5d71b83d522aaeadaf227e6 (diff) |
Merge pull request #51 from jidoc01/master
Disassemble bank 6
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 0046286..cab683d 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 @@ -5351,7 +5351,7 @@ CopyOpponentName: ; 1c8e (0:1c8e) ld h, a jp CopyText .special_name - ld hl, wc500 + ld hl, wNameBuffer ld a, [hl] or a jr z, .print_player2 |