Updated Expanding The Metatile Count (markdown)

Team Aqua's Hideout 2024-10-04 20:44:31 -04:00
parent 4c55a77dfe
commit 5d42df3601

@ -1,4 +1,4 @@
Here in this tutorial we will increase the cap for metatiles from 1024 to 4096 by removing the redundant collision bit and decreasing the possible elevations from 16 to 8. You can also get 2048 metatiles with just the unused collision bit, without affecting elevation, the process would be largely the same as described here with some changes linked here:
Here in this tutorial we will increase the cap for metatiles from 1024 to 4096 by removing the redundant collision bit and decreasing the possible elevations from 16 to 8. You can also get 2048 metatiles with just the unused collision bit, without affecting elevation, the process would be largely the same as described here with some changes:
[Link to Code Changes (branch of TAH pokeemerald fork)](https://github.com/pret/pokeemerald/compare/master...TeamAquasHideout:pokeemerald:expanded_metatiles)