pokediamond/include-mw/function_target.h
Demki 4c5341831c add thumb/arm macros and change makefiles to reflect that.
and decompilation of FUN_020910A4.c
2020-05-01 09:08:03 +03:00

7 lines
175 B
C

#ifndef GUARD_FUNCTION_TARGET_H
#define GUARD_FUNCTION_TARGET_H
#define ARM_FUNC _Pragma("thumb off")
#define THUMB_FUNC _Pragma("thumb on")
#endif //GUARD_FUNCTION_TARGET_H