Require rgbds 0.6.0

This commit is contained in:
Rangi
2022-10-02 22:03:53 -04:00
parent 70a3ec1acc
commit 8e135931a6
85 changed files with 93 additions and 429 deletions

View File

@@ -1,6 +1,3 @@
INCLUDE "constants.asm"
SECTION "Maps", ROMX
INCLUDE "data/maps/maps.asm"

View File

@@ -1,6 +1,3 @@
INCLUDE "constants.asm"
SECTION "Pokedex Entries 001-064", ROMX
BulbasaurPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bulbasaur.asm"

View File

@@ -1,6 +1,3 @@
INCLUDE "constants.asm"
SECTION "Egg Moves", ROMX
; All instances of Charm, Steel Wing, Sweet Scent, and Lovely Kiss were

View File

@@ -1,6 +1,3 @@
INCLUDE "constants.asm"
SECTION "Evolutions and Attacks", ROMX
; Evos+attacks data structure:

View File

@@ -1,6 +1,3 @@
INCLUDE "constants.asm"
SECTION "Text 1", ROMX
INCLUDE "data/text/common_1.asm"