diff --git a/goal_src/engine/gfx/texture.gc b/goal_src/engine/gfx/texture.gc index acab5a8189..8827bde8fc 100644 --- a/goal_src/engine/gfx/texture.gc +++ b/goal_src/engine/gfx/texture.gc @@ -1955,7 +1955,7 @@ ) ) (let ((font-tx-2 (lookup-texture-by-id (new 'static 'texture-id :index #x2 :page #x4fe))) - (font-tx-2-dest #xe0000) + (font-tx-2-dest #xe6000) (font-tx-2-fmt (gs-psm mt4hh)) ) (texture-relocate dma-buff font-tx-2 font-tx-2-dest (the-as gs-psm font-tx-2-fmt) font-clut)