Document button press related constant

This commit is contained in:
Mateusz Naściszewski 2020-12-29 02:16:24 +01:00 committed by Seth Barberee
parent 2acfd6ed0f
commit 01ec8edb40

View File

@ -183,7 +183,7 @@ void sub_800CB20(void)
{
sub_800BA5C();
gUnknown_203B0B8++;
if((gRawKeyInput & 5) != 0)
if((gRawKeyInput & (A_BUTTON | SELECT_BUTTON)) != 0)
{
Random();
}