shithub: rgbds

ref: 2dab1474b88675cd7de23fa1b7347a1aea3fe5b8
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