The scrolling engine works. Just replace the the character sprite with our character sprite. PROBLEMS WITH OUR CURRENT ENGINE - I know we have a working scrolling engine but it's very jittery and if we keep adding more things it will lag. That's because it's loading the entire map. HOW I FIXED THIS - Using simple code, it now only loads the required frames. It's extremely efficient and won't lag. fun fact I was an OG member and made the first version of our current engine but I had to leave because of schoolwork :)
thx to griffpatch for the assets! (I don't have time to add the pokemon sprites, but I've made it super simple to do)