Rename two sections that are contiguous in pokegold

This commit is contained in:
Rangi 2021-10-05 21:05:40 -04:00
parent e315a38db4
commit f258b87ca0
2 changed files with 4 additions and 4 deletions

View File

@ -122,13 +122,13 @@ ROMX $2b
ROMX $2e
"Pics 14"
org $6300
"bank2E_2"
"bank2E"
ROMX $30
"Sprites 1"
ROMX $31
"Sprites 2"
org $7a40
"bank31_2"
"bank31"
ROMX $32
"bank32"
"The End"

View File

@ -248,7 +248,7 @@ INCLUDE "engine/events/fish.asm"
INCLUDE "engine/games/slot_machine.asm"
SECTION "bank2E_2", ROMX
SECTION "bank2E", ROMX
INCLUDE "engine/events/checkforhiddenitems.asm"
INCLUDE "engine/events/treemons.asm"
@ -256,7 +256,7 @@ INCLUDE "engine/pokegear/radio.asm"
INCLUDE "engine/pokemon/mail_2.asm"
SECTION "bank31_2", ROMX
SECTION "bank31", ROMX
INCLUDE "engine/events/pokerus/check_pokerus.asm"
INCLUDE "engine/events/lucky_number.asm"