pokemon/font.hpp
Zack Buhman 60c346406c basic sign rendering
All defined signs are now interactable, but the sign message is not
dismissable yet, and only the first paragraph is displayed in
multi-paragraph signs.
2023-07-31 18:08:59 +00:00

7 lines
102 B
C++

#pragma once
#include <cstdint>
uint32_t load_font(uint32_t top);
uint8_t ascii_to_font(uint8_t c);