>>57719349I ripped all assets using
https://github.com/AssetRipper/AssetRipper; if you don't want to set that up you can just search the archives for "AssetRipper" since I uploaded a 7Z archive of all images to Catbox yesterday.
Unfortunately the 7Z does not contain GIFs because all assets are static images (frames). You can compose them into a GIF using other software; I used ImageMagick:
>magick -dispose previous -delay 6x60 (ls "[...]") pomu-walk.gifthen optimized the resulting GIF with Gifsicle:
>gifsicle pomu-walk.gif -O99 -o pomu-walk-opt.gif