Identify more uses of wBuffer1-6

This commit is contained in:
Rangi
2020-11-03 19:53:07 -05:00
parent 826e070f04
commit c88c4a8340
29 changed files with 327 additions and 264 deletions

View File

@@ -197,11 +197,11 @@ NoTreeMon:
GetTreeScore:
call .CoordScore
ld [wBuffer1], a
ld [wTreeMonCoordScore], a
call .OTIDScore
ld [wBuffer2], a
ld [wTreeMonOTIDScore], a
ld c, a
ld a, [wBuffer1]
ld a, [wTreeMonCoordScore]
sub c
jr z, .rare
jr nc, .ok