shithub: rgbds

ref: f0d4750ebc4d3fc5c6c0a2f36d14b59e8dd2d3fa
dir: /include/link/patch.h/

View raw version
#ifndef RGBDS_LINK_PATCH_H
#define RGBDS_LINK_PATCH_H

#include "types.h"

void Patch(void);
extern SLONG nPC;

#endif