summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-12-26 14:52:03 -0800
committeryenatch <yenatch@gmail.com>2014-12-26 14:52:03 -0800
commita6597ba919ee3e08564e37d7b733b8ebb8ae7b45 (patch)
treefb3dcce0c9bcfb8cbcc03735da051a6d6edd2fb7 /main.asm
parent48b1faf73cc833fcdc62e328f574e5f1674b5a36 (diff)
Pick off references in misc/crystal_misc.asm.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm9
1 files changed, 6 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 56c22da00..a565237ec 100644
--- a/main.asm
+++ b/main.asm
@@ -107901,9 +107901,9 @@ Function114243:: ; 114243
INCBIN "baserom.gbc",$11425c,$115d99 - $11425c
Function115d99: ; 115d99
- ld de, $601a
+ ld de, GFX_11601a
ld hl, $8600
- ld bc, $4514
+ lb bc, BANK(GFX_11601a), $14
call Get2bpp
xor a
ld [$c305], a
@@ -108017,7 +108017,10 @@ Function115e2b: ; 115e2b
ret
; 115e59
-INCBIN "baserom.gbc",$115e59,$11615a - $115e59
+INCBIN "baserom.gbc",$115e59,$11601a - $115e59
+
+GFX_11601a:: ; 11601a
+INCBIN "baserom.gbc",$11601a,$11615a - $11601a
Function11615a: ; 11615a
xor a