More unreferenced labels cleanup

This commit is contained in:
xCrystal
2018-01-02 16:04:21 +01:00
parent 7a24703398
commit 6f0b81504d
48 changed files with 89 additions and 130 deletions

View File

@@ -279,7 +279,7 @@ WillObjectBumpIntoSomeoneElse: ; 7009
jr IsNPCAtCoord
; 7015
Function7015: ; unreferenced
Unreferenced_Function7015:
ld a, [hMapObjectIndexBuffer]
call GetObjectStruct
call .CheckWillBeFacingNPC
@@ -482,7 +482,7 @@ IsObjectMovingOffEdgeOfScreen: ; 70ed
ret
; 7113
Function7113: ; unreferenced
Unreferenced_Function7113:
ld a, [PlayerStandingMapX]
ld d, a
ld a, [PlayerStandingMapY]