RAM: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>Torchickens
No edit summary
>Torchickens
No edit summary
Line 18: Line 18:


*VRAM (8000-9FFF): Used for graphics data. VRAM is not always accessible and can return FFs or the wrong data if read during VRAM inaccessibility.
*VRAM (8000-9FFF): Used for graphics data. VRAM is not always accessible and can return FFs or the wrong data if read during VRAM inaccessibility.
*SRAM (A000-BFFF): Used for the save file. SRAM is banked and can also be locked until a write to ROM is attempted.
*[[Save data|SRAM]] (A000-BFFF): Used for the save data. SRAM is banked and can also be locked until a write to ROM is attempted.
*RAM (C000-CFFF): Used to store various in-game variables, such as the wild Pokémon in battle or a Pokémon's stats. This section of the RAM is unbanked.
*RAM (C000-CFFF): Used to store various in-game variables, such as the wild Pokémon in battle or a Pokémon's stats. This section of the RAM is unbanked.
*WRAM (D000-DFFF): An extension of RAM, banked. WRAM stands for working RAM.
*WRAM (D000-DFFF): An extension of RAM, banked. WRAM stands for working RAM.