diff --git a/main.asm b/main.asm index a4ab37ff8..19ccbff48 100644 --- a/main.asm +++ b/main.asm @@ -145861,6 +145861,8 @@ INCLUDE "data/odd_eggs.asm" SECTION "bank7F", ROMX, BANK[$7F] -SECTION "stadium2",ROMX[$8000-$220],BANK[$7F] -INCBIN "baserom.gbc",$1ffde0,$200000 - $1ffde0 + +SECTION "stadium2", ROMX[$8000-$220], BANK[$7F] + +INCBIN "misc/stadium2.bin" diff --git a/misc/stadium2.bin b/misc/stadium2.bin new file mode 100644 index 000000000..155e8bab8 Binary files /dev/null and b/misc/stadium2.bin differ