shithub: rgbds

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

View raw version
#ifndef ASMOTOR_LINK_PATCH_H
#define ASMOTOR_LINK_PATCH_H

#include "link/types.h"

void Patch(void);
extern SLONG nPC;

#endif