diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2024-01-03 10:59:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 10:59:04 -0500 |
| commit | fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b (patch) | |
| tree | aeec4e2e98eb8a8ad122ebb59346b1028bf92b69 /constants | |
| parent | Use BANK("Trainer Sight") to apply to all four possible functions in the "Tra... (diff) | |
| download | pokeyellow-fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b.tar.gz pokeyellow-fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b.tar.xz pokeyellow-fabe2b3fb3fb5a849c5220298acabbdc9ad30f3b.zip | |
Update to RGBDS 0.7.0 (#447)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/hardware_constants.asm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/constants/hardware_constants.asm b/constants/hardware_constants.asm index fba15087..6f6d2df8 100644 --- a/constants/hardware_constants.asm +++ b/constants/hardware_constants.asm @@ -2,19 +2,6 @@ DEF GBC EQU $11 -; memory map -DEF VRAM_Begin EQU $8000 -DEF VRAM_End EQU $a000 -DEF SRAM_Begin EQU $a000 -DEF SRAM_End EQU $c000 -DEF WRAM0_Begin EQU $c000 -DEF WRAM0_End EQU $d000 -DEF WRAM1_Begin EQU $d000 -DEF WRAM1_End EQU $e000 -; hardware registers $ff00-$ff80 (see below) -DEF HRAM_Begin EQU $ff80 -DEF HRAM_End EQU $ffff - ; MBC1 DEF MBC1SRamEnable EQU $0000 DEF MBC1RomBank EQU $2000 |
