diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-13 15:55:18 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-13 15:55:18 -0600 |
commit | f0b1dfca618b9b382b0be42c666fd570ffc86a05 (patch) | |
tree | e9982cf1be4b942ca32ab7b30c500a36464a7a6d | |
parent | 4aabc95f6385c7fce81731a9553a4a4a2bf2487b (diff) |
get rid of more empty incbins
hg-commit-id: baca2a858c5c
-rw-r--r-- | pokered.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pokered.asm b/pokered.asm index b3e396d3..9bdd18ef 100644 --- a/pokered.asm +++ b/pokered.asm @@ -7935,8 +7935,6 @@ CinnabarIslandScript: ; 0x1ca19 CinnabarIslandScripts: ; 0x1ca34 dw CinnabarIslandScript0, CinnabarIslandScript1 -INCBIN "baserom.gbc",$1ca38,$0 - CinnabarIslandScript0: ; 0x1ca38 ld b, $2b call $3493 @@ -28014,8 +28012,6 @@ MuseumF1Script: ; 0x5c0f7 MuseumF1Scripts: ; 0x5c109 dw MuseumF1Script0, MuseumF1Script1 -INCBIN "baserom.gbc",$5c10d,$0 - MuseumF1Script0: ; 0x5c10d ld a, [$d361] cp $4 |