aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpsn00b/psxetc/font.c')
-rw-r--r--libpsn00b/psxetc/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsn00b/psxetc/font.c b/libpsn00b/psxetc/font.c
index 69d864c..46718d0 100644
--- a/libpsn00b/psxetc/font.c
+++ b/libpsn00b/psxetc/font.c
@@ -19,7 +19,7 @@ void FntLoad(int x, int y) {
pos.x = x;
pos.y = y;
- _font_tpage = getTPage( 0, 0, pos.x, pos.y ) | 0x200;
+ _font_tpage = getTPage( 0, 0, pos.x, pos.y );
LoadImage( &pos, tim.paddr );
DrawSync(0);