Skip to content

Commit

Permalink
Remove Crystal-only flag constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 2, 2024
1 parent 201d12d commit 8308f11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions constants/ram_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ DEF RIGHT_MASK EQU 1 << RIGHT
DEF FACE_CURRENT EQU 0

; wStateFlags
DEF SPRITE_UPDATES_DISABLED_F EQU 0
DEF LAST_12_SPRITE_OAM_STRUCTS_RESERVED_F EQU 1
DEF TEXT_STATE_F EQU 6
DEF SCRIPTED_MOVEMENT_STATE_F EQU 7
DEF SPRITE_UPDATES_DISABLED_F EQU 0
DEF SCRIPTED_MOVEMENT_STATE_F EQU 7

; wSpriteFlags::
DEF SPRITES_SKIP_WALKING_GFX_F EQU 6
Expand Down

0 comments on commit 8308f11

Please sign in to comment.