diff options
| author | Clownacy <Clownacy@users.noreply.github.com> | 2016-11-29 21:04:26 +0000 |
|---|---|---|
| committer | Clownacy <Clownacy@users.noreply.github.com> | 2016-11-29 21:04:26 +0000 |
| commit | 6831198b5afdb5d9f8d2e7fffb77fbb70b528235 (patch) | |
| tree | 8eb6d3a9012536b92b4a6435e4b652d5e26bcc3a /_inc | |
| parent | 08c4ba14c0cc17cc5b96f2ea75b82ae37e885afd (diff) | |
Some player object RAM slot equating
Diffstat (limited to '_inc')
| -rw-r--r-- | _inc/DynamicLevelEvents.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_inc/DynamicLevelEvents.asm b/_inc/DynamicLevelEvents.asm index e16e006..60cd486 100644 --- a/_inc/DynamicLevelEvents.asm +++ b/_inc/DynamicLevelEvents.asm @@ -499,7 +499,7 @@ DLE_SYZ2: cmpi.w #$25A0,(v_screenposx).w bcs.s locret_71A2 move.w #$420,(v_limitbtm1).w - cmpi.w #$4D0,($FFFFD00C).w + cmpi.w #$4D0,(v_player+obY).w bcs.s locret_71A2 move.w #$520,(v_limitbtm1).w |
