Lol. It's loaded through the cache.
You can change it, I forget which class though..
If you wanna do through files, open Class30 s2 s1 s1
Search mapback
Replace your current one with that.Code:else if (s.startsWith("mapback")) { try { Image image = Toolkit.getDefaultToolkit().getImage("./SPRITES/MAPBACK 0.png"); anIntArray1439 = new int[anInt1440 * anInt1441]; PixelGrabber pixelgrabber = new PixelGrabber(image, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440); pixelgrabber.grabPixels(); } catch (Exception exception) { System.out.println(((Object) (exception))); } }


