mirror of
https://github.com/zeldaret/tmc
synced 2026-09-07 19:30:27 -04:00
8 lines
97 B
C
8 lines
97 B
C
#include "global.h"
|
|
|
|
extern u8 gArea;
|
|
|
|
bool32 sub_08052620(u32 r0) {
|
|
return gArea == 0x81;
|
|
}
|