diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-01-14 11:59:56 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-01-14 11:59:56 +0100 |
commit | 11d67567d2c0182864a755a7bebcff0f29e877d6 (patch) | |
tree | 9c3b4bf77d321161340ac22374b81b4ede493f26 /mobile/mobile_45_sprite_engine.asm | |
parent | 066cc91b136b7266288b832bfa212123400ed758 (diff) |
Use constants for menu flags
Added a bunch of constants for the bitflags of each kind of menu. Some
are slightly vague or too long, but I'm not sure how to else name them.
Diffstat (limited to 'mobile/mobile_45_sprite_engine.asm')
-rwxr-xr-x | mobile/mobile_45_sprite_engine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_45_sprite_engine.asm b/mobile/mobile_45_sprite_engine.asm index b114e5166..4ddc2b13a 100755 --- a/mobile/mobile_45_sprite_engine.asm +++ b/mobile/mobile_45_sprite_engine.asm @@ -507,7 +507,7 @@ Function1161d5: ; 1161d5 ; 11628c MenuDataHeader_11628c: ; 11628c - db $40 ; flags + db MENU_BACKUP_TILES ; flags db 6, 0 ; start coords db 17, 19 ; end coords dw NULL |