From 85867eb5b556bab7a8cdbdf41f15b0ec838391ec Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 11 Sep 2020 16:32:54 +0100 Subject: arm9 CP_context --- arm9/lib/include/CP_context.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'arm9/lib/include/CP_context.h') diff --git a/arm9/lib/include/CP_context.h b/arm9/lib/include/CP_context.h index 4a925257..9d392352 100644 --- a/arm9/lib/include/CP_context.h +++ b/arm9/lib/include/CP_context.h @@ -1,7 +1,3 @@ -// -// Created by red031000 on 2020-05-17. -// - #ifndef POKEDIAMOND_CP_CONTEXT_H #define POKEDIAMOND_CP_CONTEXT_H @@ -15,7 +11,7 @@ typedef struct CPContext { u16 sqrt_mode; } CPContext; -void CP_SaveContext(CPContext *context); +void CP_SaveContext(register CPContext *context); void CPi_RestoreContext(const CPContext* context); #endif //POKEDIAMOND_CP_CONTEXT_H -- cgit v1.2.3