mirror of
https://github.com/pret/pmd-red.git
synced 2026-06-17 06:00:24 -05:00
12 lines
189 B
C
12 lines
189 B
C
#include "global.h"
|
|
|
|
bool8 sub_8097DD0(s32 *param_1, s32 *param_2)
|
|
{
|
|
if ((param_1[0] == param_2[0]) && (param_1[1] == param_2[1])) {
|
|
return TRUE;
|
|
}
|
|
else {
|
|
return FALSE;
|
|
}
|
|
}
|