diff options
author | yenatch <yenatch@gmail.com> | 2014-12-26 14:52:03 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-12-26 14:52:03 -0800 |
commit | a6597ba919ee3e08564e37d7b733b8ebb8ae7b45 (patch) | |
tree | fb3dcce0c9bcfb8cbcc03735da051a6d6edd2fb7 /main.asm | |
parent | 48b1faf73cc833fcdc62e328f574e5f1674b5a36 (diff) |
Pick off references in misc/crystal_misc.asm.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |