diff options
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 |