mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-24 23:28:16 -05:00
Updated Expanding The Metatile Count (markdown)
parent
374aae06ff
commit
af8a9604cf
|
|
@ -8,6 +8,5 @@ Some context for the changes:
|
|||
|
||||
There are a handful of constants that need to be changed in the fieldmap header files. The bit masks have to be changed so that the metatile id goes from 10 to 12 bits. This is what allows the game to register ids up to 4096. The collision section is reduced to 1 bit because thats all that is ever used. The elevation mask is reduced by 1 bit as well to gain more space. This one isn't required if you're okay with 2048 metatiles, but other changes will be required as well.
|
||||
|
||||
|
||||
|
||||

|
||||
After changing this stuff some updates will need to be made in porymap, to only use 8 elevations you will want to change the elevation image to this new one which you can do in Porymaps settings here:
|
||||
 
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user