Registrations currently disabled due to spam. Contact me externally if you need an account

Commit 7bdf38ee authored by natalie's avatar natalie 🦊
Browse files

fix intro chara positioning

parent 03869afb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,9 +225,9 @@ void run_frame() {
      }
      break;
    case STATE_INTROANIM_3:
      chara_x -= characters[chara].speed;
      chara_pic = left1 + (chara_seq++%2);
      draw_chara();
      chara_x -= characters[chara].speed;
      if (chara_x < 63-16) {
        chara_x = 63-16;
        chara_y = (64-32)+3;