BEEP-8 Helper Lib 1.0.0
Loading...
Searching...
No Matches
fontdata.h
Go to the documentation of this file.
1
75#include <b8/ppu.h>
76#pragma once
77namespace fontdata {
78 extern void load(
79 u8 dstxtile_ = B8_PPU_MAX_WTILE - 2*16,
80 u8 dstytile_ = B8_PPU_MAX_HTILE - 16
81 );
82 extern b8PpuBgTile gettc();
83 extern u8 dstxtile() ;
84 extern u8 dstytile() ;
85}