mirror of
https://github.com/pret/pmd-red.git
synced 2025-02-26 08:05:36 +00:00
Document button press related constant
This commit is contained in:
parent
2acfd6ed0f
commit
01ec8edb40
@ -183,7 +183,7 @@ void sub_800CB20(void)
|
||||
{
|
||||
sub_800BA5C();
|
||||
gUnknown_203B0B8++;
|
||||
if((gRawKeyInput & 5) != 0)
|
||||
if((gRawKeyInput & (A_BUTTON | SELECT_BUTTON)) != 0)
|
||||
{
|
||||
Random();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user