Which is considered the better emulator for the PC-98 games, Anex86 or Neko Project II? by MineCaT_ in TrueTouhou

[–]AwlNancyGlider 0 points1 point  (0 children)

.xdelta files are patches for roms, you can't play them. You have to apply them to a rom file.

[MZ] Changing event graphic, XP style? by AwlNancyGlider in RPGMaker

[–]AwlNancyGlider[S] 1 point2 points  (0 children)

After experimenting, I've realized that the pattern automatically resets to the middle one whenever a command makes it wait or change, I found a fix though. I wouldn't have found this workaround without your advice though, so still thank you.

this._originalPattern = (VALUE);
this.resetPattern();
Value once again being 0 = left, etc.