mirror of https://github.com/pret/pokecrystal.git
Get rid of baserom incbins in misc/.
Battle Tower text was hiding here.
This commit is contained in:
parent
788af45988
commit
be975a3e80
Binary file not shown.
|
@ -1980,8 +1980,7 @@ Function100c98: ; 100c98
|
|||
; 100cad
|
||||
|
||||
Unknown_100cad: ; 100cad
|
||||
INCBIN "baserom.gbc",$100cad,$100cb5 - $100cad
|
||||
|
||||
db $0a, $01, $ff, $01, $a0, $00, $20, $c3
|
||||
|
||||
Function100cb5: ; 100cb5
|
||||
call Function100dd8
|
||||
|
@ -6305,7 +6304,7 @@ String_102a26: ; 102a26
|
|||
; 102a33
|
||||
|
||||
Unknown_102a33:
|
||||
INCBIN "baserom.gbc", $102a33, $102a3b - $102a33
|
||||
db $08, $0b, $02, $01, $80, $00, $20, $01
|
||||
|
||||
Function102a3b: ; 102a3b
|
||||
ld a, [wcd30]
|
||||
|
@ -6455,7 +6454,7 @@ Function102b68: ; 102b68 ; unreferenced
|
|||
; 102b73
|
||||
|
||||
Unknown_102b73:
|
||||
INCBIN "baserom.gbc", $102b73, $102b7b - $102b73
|
||||
db $09, $06, $ff, $01, $a0, $00, $10, $c1
|
||||
|
||||
Function102b7b: ; 102b7b
|
||||
xor a
|
||||
|
@ -6472,7 +6471,7 @@ Function102b7b: ; 102b7b
|
|||
; 102b94
|
||||
|
||||
Unknown_102b94:
|
||||
INCBIN "baserom.gbc", $102b94, $102b9c - $102b94
|
||||
db $01, $06, $ff, $01, $a0, $00, $10, $c1
|
||||
|
||||
Function102b9c: ; 102b9c
|
||||
ld a, [wcd4d]
|
||||
|
|
|
@ -9,7 +9,7 @@ Function108000: ; 108000
|
|||
; 10800b
|
||||
|
||||
Unknown_10800b:
|
||||
INCBIN "baserom.gbc", $10800b, $108012 - $10800b
|
||||
db $0d, $12, $10, $03, $06, $0f, $0c
|
||||
|
||||
Function108012:
|
||||
ld a, $80
|
||||
|
@ -24,7 +24,7 @@ asm_108018:
|
|||
; 108021
|
||||
|
||||
Unknown_108021:
|
||||
INCBIN "baserom.gbc", $108021, $108026 - $108021
|
||||
db $11, $07, $08, $0e, $0c
|
||||
|
||||
Function108026: ; 108026
|
||||
ld a, $0
|
||||
|
@ -40,7 +40,7 @@ asm_10802c:
|
|||
; 108035
|
||||
|
||||
Unknown_108035:
|
||||
INCBIN "baserom.gbc", $108035, $10803d - $108035
|
||||
db $01, $12, $02, $03, $05, $08, $0b, $0c
|
||||
|
||||
Function10803d: ; 10803d
|
||||
ld a, $0
|
||||
|
@ -50,7 +50,7 @@ Function10803d: ; 10803d
|
|||
; 108048
|
||||
|
||||
Unknown_108048:
|
||||
INCBIN "baserom.gbc", $108048, $10804d - $108048
|
||||
db $11, $07, $08, $13, $0c
|
||||
|
||||
Function10804d: ; 10804d
|
||||
ld a, $0
|
||||
|
@ -60,7 +60,7 @@ Function10804d: ; 10804d
|
|||
; 108058
|
||||
|
||||
Unknown_108058:
|
||||
INCBIN "baserom.gbc", $108058, $10805b - $108058
|
||||
db $11, $0e, $0c
|
||||
|
||||
Function10805b: ; 10805b
|
||||
ld hl, wc734
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -93,11 +93,89 @@ INCBIN "gfx/mobile/select.2bpp"
|
|||
|
||||
HaveWantMap: ; 17cb83
|
||||
; Interleaved tile/palette map.
|
||||
INCBIN "baserom.gbc", $17cb83, $17cff3 - $17cb83
|
||||
INCBIN "gfx/mobile/havewant_map.bin"
|
||||
|
||||
HaveWantPals: ; 17cff3
|
||||
; BG and OBJ palettes.
|
||||
INCBIN "baserom.gbc", $17cff3, $17d073 - $17cff3
|
||||
RGB 0, 0, 0
|
||||
RGB 21, 21, 21
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 4, 17, 29
|
||||
RGB 6, 19, 31
|
||||
RGB 31, 31, 31
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 2, 13, 18
|
||||
RGB 6, 19, 31
|
||||
RGB 31, 31, 31
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 31, 5, 5
|
||||
RGB 29, 21, 21
|
||||
RGB 31, 31, 31
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 4, 17, 29
|
||||
RGB 6, 19, 31
|
||||
RGB 2, 15, 27
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 28, 19, 18
|
||||
RGB 25, 9, 0
|
||||
RGB 0, 0, 0
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 31, 27, 27
|
||||
RGB 31, 10, 4
|
||||
RGB 29, 0, 0
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 31, 31, 31
|
||||
RGB 26, 8, 23
|
||||
RGB 22, 0, 16
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 31, 31, 31
|
||||
RGB 20, 8, 31
|
||||
RGB 15, 1, 26
|
||||
|
||||
RGB 0, 0, 0
|
||||
RGB 31, 31, 31
|
||||
RGB 17, 12, 31
|
||||
RGB 12, 6, 31
|
||||
|
||||
RGB 0, 16, 0
|
||||
RGB 11, 11, 14
|
||||
RGB 5, 5, 7
|
||||
RGB 31, 31, 31
|
||||
|
||||
RGB 0, 31, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
|
||||
RGB 16, 31, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
RGB 0, 0, 0
|
||||
|
||||
|
||||
Function17d073: ; 17d073
|
||||
|
@ -258,7 +336,8 @@ Function17d187: ; 17d187
|
|||
; 17d194
|
||||
|
||||
Unknown_17d194:
|
||||
INCBIN "baserom.gbc", $17d194, $17d199 - $17d194
|
||||
db "クりス@@"
|
||||
; 17d198
|
||||
|
||||
Function17d199: ; 17d199
|
||||
ld hl, Unknown_17d1a6
|
||||
|
@ -269,7 +348,7 @@ Function17d199: ; 17d199
|
|||
; 17d1a6
|
||||
|
||||
Unknown_17d1a6:
|
||||
INCBIN "baserom.gbc", $17d1a6, $17d1ab - $17d1a6
|
||||
db "?????"
|
||||
|
||||
Function17d1ab: ; 17d1ab
|
||||
ld a, $50
|
||||
|
@ -284,7 +363,8 @@ Function17d1ab: ; 17d1ab
|
|||
; 17d1c3
|
||||
|
||||
Unknown_17d1c3:
|
||||
INCBIN "baserom.gbc", $17d1c3, $17d1c9 - $17d1c3
|
||||
db "こんにちは@"
|
||||
; 17d1c9
|
||||
|
||||
Function17d1c9: ; 17d1c9
|
||||
ld a, $50
|
||||
|
|
Loading…
Reference in New Issue