summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-06 23:28:49 -0800
committeryenatch <yenatch@gmail.com>2015-02-06 23:28:49 -0800
commit37ff5ddfd1ce2da68678dd463508d26d28579004 (patch)
tree28574da65694e9791c114ab801ba1c70d89d91f7
parent307706e679cb37de0a15e362bd3b6bd75c707727 (diff)
Rip the Stadium 2 footer.
-rw-r--r--main.asm6
-rw-r--r--misc/stadium2.binbin0 -> 544 bytes
2 files changed, 4 insertions, 2 deletions
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
--- /dev/null
+++ b/misc/stadium2.bin
Binary files differ