diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 17:24:32 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 17:24:32 -0500 |
commit | 23b050a99e9603d038743dc14a36c808a822423f (patch) | |
tree | 7463de4a9c999351a3e07a24edbc4555d2c0d592 /src/map_name_popup.c | |
parent | 4e2886db8179072badaad0a3ff131b95dd0a7e94 (diff) |
Update naked attribute and ASM_DIRECT to NAKED macro
Diffstat (limited to 'src/map_name_popup.c')
-rw-r--r-- | src/map_name_popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_name_popup.c b/src/map_name_popup.c index 59b1622eb..1782e9af8 100644 --- a/src/map_name_popup.c +++ b/src/map_name_popup.c @@ -276,7 +276,7 @@ static void sub_80D4A78(u8 bg, u8 x, u8 y, u8 deltaX, u8 deltaY, u8 unused) } } #else -ASM_DIRECT +NAKED static void sub_80D4A78(u8 bg, u8 x, u8 y, u8 deltaX, u8 deltaY, u8 unused) { asm("\n\ |