mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
fix MB speech constant
This commit is contained in:
parent
1be15f505a
commit
9826dbbc9c
@ -183,7 +183,7 @@ EnableAccelerator = DisableAccelerator+3
|
||||
|
||||
; AND masks for MockingboardStuff
|
||||
MOCKINGBOARD_SLOT = %00001111
|
||||
HAS_SPEECH = %10000000
|
||||
HAS_SPEECH = %11000000
|
||||
|
||||
; AND masks for game info bitfield (after game display name in gSearchStore)
|
||||
HAS_DHGR_TITLE = %10000000 ; this one is hard-coded via BMI instead of AND/BNE
|
||||
|
Loading…
Reference in New Issue
Block a user