shithub: rgbds

ref: 8e8865940a7d4d4787db5f038dc6d477c1a236f0
dir: /include/link/patch.h/

View raw version
#ifndef RGBDS_LINK_PATCH_H
#define RGBDS_LINK_PATCH_H

#include <stdint.h>

void Patch(void);
extern int32_t nPC;

#endif /* RGBDS_LINK_PATCH_H */