BRAM Internal Functions
There are several BRAM functions that are for internal use only and should never be used by the HuC coder. They are as follows:
bm_open(char *name);
bm_enable();
bm_disable();
bm_checksum(char *fcb);
bm_setup_ptr(char *fcb, char *buf, int offset, int nb);
These functions were introduced in version 1.50.
See Also:
BRAM Overview