mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Don't test map popup length in gen5 mode
This commit is contained in:
parent
d0b70aab56
commit
eced87e037
|
|
@ -563,6 +563,7 @@ TEST("Type names fit on Pokedex Search Screen")
|
|||
|
||||
TEST("Map names fit in popup")
|
||||
{
|
||||
ASSUME(OW_POPUP_GENERATION == GEN_3);
|
||||
u32 i, j;
|
||||
const u32 fontId = FONT_NARROWER;
|
||||
u32 widthPx = 80;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user