diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2025-01-28 23:31:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 23:31:27 -0500 |
| commit | ec37f6117da6c550e70f466118731e8f752e3afb (patch) | |
| tree | 3dc48ad754a31ed08770943ff9053146f05b9cf9 /engine/overworld | |
| parent | Miscellaneous cleanup (#488) (diff) | |
| download | pokeyellow-ec37f6117da6c550e70f466118731e8f752e3afb.tar.gz pokeyellow-ec37f6117da6c550e70f466118731e8f752e3afb.tar.xz pokeyellow-ec37f6117da6c550e70f466118731e8f752e3afb.zip | |
Consistently capitalize `ASSERT` directives (#489)
Diffstat (limited to 'engine/overworld')
| -rw-r--r-- | engine/overworld/player_state.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/player_state.asm b/engine/overworld/player_state.asm index 4da437da..a5d3ee3e 100644 --- a/engine/overworld/player_state.asm +++ b/engine/overworld/player_state.asm @@ -403,7 +403,7 @@ CheckForBoulderCollisionWithSprites: ld a, [hli] ld b, a ldh a, [hPlayerFacing] - assert BIT_FACING_DOWN == 0 + ASSERT BIT_FACING_DOWN == 0 rrca jr c, .pushingDown ; pushing up |
