Miscellaneous updates

- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`)
- `$0` -> `PLAYER` (standard person ID)
- Fix some whitespace formatting
This commit is contained in:
Rangi
2020-04-30 11:27:32 -04:00
parent 38cdad798d
commit 20464d1bfb
6 changed files with 26 additions and 23 deletions

View File

@@ -124,7 +124,7 @@ RefreshPlayerCoords:
ld e, a
; the next three lines are useless
ld a, [wObjectFollow_Leader]
cp $0
cp PLAYER
ret nz
ret