Skip to content

Commit

Permalink
oh i see
Browse files Browse the repository at this point in the history
  • Loading branch information
bismurphy committed Sep 21, 2024
1 parent eda7157 commit e947b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/st/entity_relic_orb.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "stage.h"

const char* g_RelicOrbTexts[] = {
#if defined(VERSION_BETA) || STAGE == STAGE_ST0
#if !defined(VERSION_US) || STAGE == STAGE_ST0
"を入手した"
#else
"Obtained ",
Expand Down Expand Up @@ -420,7 +420,7 @@ void EntityRelicOrb(Entity* self) {
prim->x1 = prim->x3 = prim->x0 + 14;
prim->y0 = prim->y1 = self->posY.i.hi - 7;
prim->y2 = prim->y3 = prim->y0 + 14;
#elif defined(VERSION_BETA)
#elif !defined(VERSION_US)
// This is just the function BlinkItem inlined
prim = &g_PrimBuf[self->primIndex];
prim->x0 = prim->x2 = self->posX.i.hi - 7;
Expand Down

0 comments on commit e947b53

Please sign in to comment.