You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix miscellaneous points made in #658
This commit is contained in:
@@ -449,7 +449,7 @@ DisplayHOFMon:
|
||||
ld bc, MON_NAME_LENGTH - 1
|
||||
call CopyBytes
|
||||
ld a, "@"
|
||||
ld [wStringBuffer2 + 10], a
|
||||
ld [wStringBuffer2 + MON_NAME_LENGTH - 1], a
|
||||
hlcoord 0, 0
|
||||
ld bc, SCREEN_WIDTH * SCREEN_HEIGHT
|
||||
ld a, " "
|
||||
|
||||
@@ -148,7 +148,7 @@ CheckForLuckyNumberWinners:
|
||||
.done
|
||||
pop hl
|
||||
push hl
|
||||
ld de, -6
|
||||
ld de, MON_SPECIES - MON_ID
|
||||
add hl, de
|
||||
ld a, [hl]
|
||||
pop hl
|
||||
|
||||
Reference in New Issue
Block a user