unstub map rendering

This commit is contained in:
TakaRikka
2026-03-30 17:52:19 -07:00
parent 01e88fbd85
commit 0678c31c39
6 changed files with 6 additions and 18 deletions
-2
View File
@@ -341,7 +341,6 @@ inline u8 twoValueLineInterpolation(u8 param_0, u8 param_1, f32 param_2) {
}
void renderingAmap_c::draw() {
#if REQUIRES_GX_LINES
f32 tmp = ((f32)(g_Counter.mCounter0 % dMap_HIO_prm_res_dst_s::m_res->field_0x1aa) /
(f32)dMap_HIO_prm_res_dst_s::m_res->field_0x1aa);
tmp = tmp;
@@ -377,7 +376,6 @@ void renderingAmap_c::draw() {
setAmapPaletteColor(0x2E, temp_r31, temp_r30, temp_r29, temp_r28);
renderingDAmap_c::draw();
#endif
}
int renderingAmap_c::getDispType() const {