mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-22 22:44:14 -04:00
43a3ad88dc
* Convert entry.s to IDO, use objcopy instead of ipl3.s and audio/lib/stack.s, add handwritten asm for the code segment * Fix disasm, review comments * Other suggestions
9 lines
113 B
C
9 lines
113 B
C
#ifndef KANREAD_H
|
|
#define KANREAD_H
|
|
|
|
#include "PR/ultratypes.h"
|
|
|
|
s32 Kanji_OffsetFromShiftJIS(s32 sjis);
|
|
|
|
#endif
|