diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 11:57:03 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 14:15:39 -0400 |
| commit | 1e593d8f8cd07e1072992dc1fc962b6de7508aad (patch) | |
| tree | bded15a11f943c7bc63cd0e47faf1ee2c39ed0b0 /engine/overworld/pathfinding.asm | |
| parent | Sync coordinate macros with pokecrystal (diff) | |
| download | pokeyellow-1e593d8f8cd07e1072992dc1fc962b6de7508aad.tar.gz pokeyellow-1e593d8f8cd07e1072992dc1fc962b6de7508aad.tar.xz pokeyellow-1e593d8f8cd07e1072992dc1fc962b6de7508aad.zip | |
Remove c1x*/c2x* comments, use struct offset constants
Diffstat (limited to 'engine/overworld/pathfinding.asm')
| -rw-r--r-- | engine/overworld/pathfinding.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/pathfinding.asm b/engine/overworld/pathfinding.asm index 54cb86b9..1925dbbc 100644 --- a/engine/overworld/pathfinding.asm +++ b/engine/overworld/pathfinding.asm @@ -84,7 +84,7 @@ CalcPositionOfPlayerRelativeToNPC: ld hl, wSpriteStateData1 ldh a, [hNPCSpriteOffset] add l - add wSpritePlayerStateData1YPixels - wSpritePlayerStateData1 + add SPRITESTATEDATA1_YPIXELS ld l, a jr nc, .noCarry inc h |
