summaryrefslogtreecommitdiff
path: root/spec/name.fspec
blob: 69f75deb68db952bce3382e8a97e2fb4e7378a59 (plain)
1
2
3
4
5
// NPC IDs
struct name = {
   u8 name[28] = ascii; // The kind actually depends on ROM section
   u32 id;
};