Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Traduzir inventory.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickN13 authored Feb 22, 2024
1 parent b818ea7 commit 4a4a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene/inventory.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void inventory_draw(void) {
const u8 inv_w = 12;
const u8 inv_h = 14;

screen_draw_frame("INVENTORY", inv_x, inv_y, inv_w, inv_h);
screen_draw_frame("INVENTARIO", inv_x, inv_y, inv_w, inv_h);

i8 item0 = selected - (inv_h - 2) / 2;
if(item0 > player_inventory.size - (inv_h - 2))
Expand Down

0 comments on commit 4a4a241

Please sign in to comment.