Added clarification to workflow notes
This commit is contained in:
parent
d4e1e81bb2
commit
5b08fb966c
|
@ -20,3 +20,5 @@ to be called from C should be defined in vwf.h as (for example):
|
||||||
linker, *also* defined in ext.c as:
|
linker, *also* defined in ext.c as:
|
||||||
|
|
||||||
__attribute__((naked)) void copy_tile_up(int x, int y){}
|
__attribute__((naked)) void copy_tile_up(int x, int y){}
|
||||||
|
|
||||||
|
Because armips exports all symbols in lower-case, all such extern functions must be lower-case.
|
||||||
|
|
Loading…
Reference in New Issue