mirror of
https://github.com/pret/pokepinball.git
synced 2025-02-17 03:37:43 +00:00
Dump/label more INCBINs
This commit is contained in:
parent
1458ee33ec
commit
fe577ab86b
BIN
gfx/stage/again_off.png
Normal file
BIN
gfx/stage/again_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 B |
BIN
gfx/stage/red_bottom/red_bottom_indicators_gameboy.png
Normal file
BIN
gfx/stage/red_bottom/red_bottom_indicators_gameboy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
868
main.asm
868
main.asm
@ -92,7 +92,7 @@ UnusedTextVideoData: ; 0x808b
|
||||
|
||||
UnusedTileListData_8094: ; 0x8094
|
||||
db $13
|
||||
dbw $06, $98A3
|
||||
dbw $06, vBGMap + $a3
|
||||
db $BC, $AF, $B6, $AF, $AD, $BD
|
||||
dbw $06, $98AA
|
||||
db $BD, $AB, $BB, $B1, $AF, $BD
|
||||
@ -13080,26 +13080,26 @@ Func_14707: ; 0x14707
|
||||
ld a, [wBallSaverIconOn]
|
||||
and a
|
||||
jr nz, .asm_1471c
|
||||
ld a, BANK(Data_1172b)
|
||||
ld hl, Data_1172b
|
||||
ld a, BANK(BgTileData_1172b)
|
||||
ld hl, BgTileData_1172b
|
||||
deCoord 8, 13, vBGMap
|
||||
ld bc, $0004
|
||||
call LoadOrCopyVRAMData
|
||||
ret
|
||||
|
||||
.asm_1471c
|
||||
ld a, BANK(Data_1472f)
|
||||
ld hl, Data_1472f
|
||||
ld a, BANK(BgTileData_1472f)
|
||||
ld hl, BgTileData_1472f
|
||||
deCoord 8, 13, vBGMap
|
||||
ld bc, $0004
|
||||
call LoadOrCopyVRAMData
|
||||
ret
|
||||
|
||||
Data_1172b:
|
||||
dr $1472b, $1472f
|
||||
BgTileData_1172b:
|
||||
db $AA, $AB, $AC, $AD
|
||||
|
||||
Data_1472f:
|
||||
dr $1472f, $14733
|
||||
BgTileData_1472f:
|
||||
db $B4, $B5, $B6, $B7
|
||||
|
||||
Func_14733: ; 0x14733
|
||||
ld c, $0
|
||||
@ -13123,40 +13123,60 @@ Func_14746: ; 0x14746
|
||||
ld c, $2
|
||||
.asm_14750
|
||||
ld b, $0
|
||||
ld hl, Data_1475f
|
||||
ld hl, AgainTextTileDataRedField
|
||||
add hl, bc
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
ld a, BANK(Data_1475f)
|
||||
ld a, BANK(AgainTextTileDataRedField)
|
||||
call Func_10aa
|
||||
ret
|
||||
|
||||
Data_1475f:
|
||||
dw Data_14763
|
||||
dw Data_14768
|
||||
AgainTextTileDataRedField:
|
||||
dw AgainTextOffTileDataRedField
|
||||
dw AgainTextOnTileDataRedField
|
||||
|
||||
Data_14763:
|
||||
AgainTextOffTileDataRedField:
|
||||
db 2
|
||||
dw Data_1476d
|
||||
dw Data_14777
|
||||
dw AgainTextOffTileDataRedField1
|
||||
dw AgainTextOffTileDataRedField2
|
||||
|
||||
Data_14768:
|
||||
AgainTextOnTileDataRedField:
|
||||
db 2
|
||||
dw Data_14781
|
||||
dw Data_1478b
|
||||
dw AgainTextOnTileDataRedField1
|
||||
dw AgainTextOnTileDataRedField2
|
||||
|
||||
Data_1476d:
|
||||
dr $1476d, $14777
|
||||
AgainTextOffTileDataRedField1:
|
||||
dw Func_11d2
|
||||
db $20, $02
|
||||
dw vTilesSH tile $38
|
||||
dw AgainTextOffGfx
|
||||
db Bank(AgainTextOffGfx)
|
||||
db $00
|
||||
|
||||
Data_14777:
|
||||
dr $14777, $14781
|
||||
AgainTextOffTileDataRedField2:
|
||||
dw Func_11d2
|
||||
db $20, $02
|
||||
dw vTilesSH tile $3a
|
||||
dw AgainTextOffGfx + $20
|
||||
db Bank(AgainTextOffGfx)
|
||||
db $00
|
||||
|
||||
Data_14781:
|
||||
dr $14781, $1478b
|
||||
AgainTextOnTileDataRedField1:
|
||||
dw Func_11d2
|
||||
db $20, $02
|
||||
dw vTilesSH tile $38
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $380
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00
|
||||
|
||||
Data_1478b:
|
||||
dr $1478b, $14795
|
||||
AgainTextOnTileDataRedField2:
|
||||
dw Func_11d2
|
||||
db $20, $02
|
||||
dw vTilesSH tile $3a
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $3a0
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00
|
||||
|
||||
Func_14795: ; 0x14795
|
||||
ld a, [wWildMonCollision]
|
||||
@ -13455,11 +13475,11 @@ Func_149d9: ; 0x149d9
|
||||
sla a
|
||||
ld c, a
|
||||
ld b, $0
|
||||
ld hl, Data_14a11
|
||||
ld hl, TileListDataPointers_14a11
|
||||
ld a, [hGameBoyColorFlag]
|
||||
and a
|
||||
jr z, .asm_149e9
|
||||
ld hl, Data_14a83
|
||||
ld hl, TileListDataPointers_14a83
|
||||
.asm_149e9
|
||||
add hl, bc
|
||||
ld a, [hli]
|
||||
@ -13467,7 +13487,7 @@ Func_149d9: ; 0x149d9
|
||||
ld l, a
|
||||
or h
|
||||
ret z
|
||||
ld a, BANK(Data_14a11)
|
||||
ld a, BANK(TileListDataPointers_14a11)
|
||||
call Func_10aa
|
||||
ret
|
||||
|
||||
@ -13479,7 +13499,7 @@ Func_149f5: ; 0x149f5
|
||||
ld a, [hGameBoyColorFlag]
|
||||
and a
|
||||
jr z, .asm_14a05
|
||||
ld hl, Data_14c8d
|
||||
ld hl, TileListDataPointers_14c8d
|
||||
.asm_14a05
|
||||
add hl, bc
|
||||
ld a, [hli]
|
||||
@ -13491,17 +13511,777 @@ Func_149f5: ; 0x149f5
|
||||
call Func_10aa
|
||||
ret
|
||||
|
||||
Data_14a11:
|
||||
dr $14a11, $14a83
|
||||
TileListDataPointers_14a11: ; 0x14a11
|
||||
dw TileListData_14a1d
|
||||
dw TileListData_14a20
|
||||
dw TileListData_14a23
|
||||
dw TileListData_14a26
|
||||
dw TileListData_14a29
|
||||
dw TileListData_14a2c
|
||||
|
||||
Data_14a83:
|
||||
dr $14a83, $14af5
|
||||
TileListData_14a1d: ; 0x14a1d
|
||||
db $01
|
||||
dw TileListData_14a2f
|
||||
|
||||
Data_14af5:
|
||||
dr $14af5, $14c8d
|
||||
TileListData_14a20: ; 0x14a20
|
||||
db $01
|
||||
dw TileListData_14a3d
|
||||
|
||||
Data_14c8d:
|
||||
dr $14c8d, $14d85
|
||||
TileListData_14a23: ; 0x14a23
|
||||
db $01
|
||||
dw TileListData_14a4b
|
||||
|
||||
TileListData_14a26: ; 0x14a26
|
||||
db $01
|
||||
dw TileListData_14a59
|
||||
|
||||
TileListData_14a29: ; 0x14a29
|
||||
db $01
|
||||
dw TileListData_14a67
|
||||
|
||||
TileListData_14a2c: ; 0x14a2c
|
||||
db $01
|
||||
dw TileListData_14a75
|
||||
|
||||
TileListData_14a2f: ; 0x14a2f
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $a3
|
||||
db $4C, $4D
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $c3
|
||||
db $4E, $4F
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14a3d: ; 0x14a3d
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $a3
|
||||
db $50, $51
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $c3
|
||||
db $52, $53
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14a4b: ; 0x14a4b
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $a3
|
||||
db $54, $80
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $c3
|
||||
db $55, $80
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14a59: ; 0x14a59
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $af
|
||||
db $56, $57
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $cf
|
||||
db $58, $59
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14a67: ; 0x14a67
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $af
|
||||
db $5a, $5b
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $cf
|
||||
db $5c, $5d
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14a75: ; 0x14a75
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $af
|
||||
db $80, $5e
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $cf
|
||||
db $80, $5f
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListDataPointers_14a83:
|
||||
dw TileListData_14a8f
|
||||
dw TileListData_14a92
|
||||
dw TileListData_14a95
|
||||
dw TileListData_14a98
|
||||
dw TileListData_14a9b
|
||||
dw TileListData_14a9e
|
||||
|
||||
TileListData_14a8f: ; 0x14a8f
|
||||
db $01
|
||||
dw TileListData_14aa1
|
||||
|
||||
TileListData_14a92: ; 0x14a92
|
||||
db $01
|
||||
dw TileListData_14aaf
|
||||
|
||||
TileListData_14a95: ; 0x14a95
|
||||
db $01
|
||||
dw TileListData_14abd
|
||||
|
||||
TileListData_14a98: ; 0x14a98
|
||||
db $01
|
||||
dw TileListData_14acb
|
||||
|
||||
TileListData_14a9b: ; 0x14a9b
|
||||
db $01
|
||||
dw TileListData_14ad9
|
||||
|
||||
TileListData_14a9e: ; 0x14a9e
|
||||
db $01
|
||||
dw TileListData_14ae7
|
||||
|
||||
TileListData_14aa1: ; 0x14aa1
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $a3
|
||||
db $54, $55
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $c3
|
||||
db $56, $57
|
||||
|
||||
db $00
|
||||
|
||||
TileListData_14aaf: ; 0x14aaf
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $a3
|
||||
db $58, $59
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $c3
|
||||
db $5A, $5B
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14abd: ; 0x14abd
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $a3
|
||||
db $5C, $80
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $c3
|
||||
db $5D, $80
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14acb: ; 0x14acb
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $af
|
||||
db $55, $54
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $cf
|
||||
db $57, $56
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14ad9: ; 0x14ad9
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $af
|
||||
db $59, $58
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $cf
|
||||
db $5B, $5A
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14ae7: ; 0x14ae7
|
||||
dw LoadTileLists
|
||||
db $04 ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $af
|
||||
db $80, $5C
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $cf
|
||||
db $80, $5D
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14af5: ; 0x14af5
|
||||
dw Data_14b05
|
||||
dw Data_14b0e
|
||||
dw Data_14b17
|
||||
dw Data_14b20
|
||||
dw Data_14b29
|
||||
dw Data_14b32
|
||||
dw Data_14b3b
|
||||
dw Data_14b44
|
||||
|
||||
Data_14b05: ; 0x14b05
|
||||
db $04
|
||||
dw Data_14b4d
|
||||
dw Data_14b57
|
||||
dw Data_14b61
|
||||
dw Data_14b6b
|
||||
|
||||
Data_14b0e: ; 0x14b0e
|
||||
db $04
|
||||
dw Data_14b75
|
||||
dw Data_14b7f
|
||||
dw Data_14b89
|
||||
dw Data_14b93
|
||||
|
||||
Data_14b17: ; 0x14b17
|
||||
db $04
|
||||
dw Data_14b9d
|
||||
dw Data_14ba7
|
||||
dw Data_14bb1
|
||||
dw Data_14bbb
|
||||
|
||||
Data_14b20: ; 0x14b20
|
||||
db $04
|
||||
dw Data_14bc5
|
||||
dw Data_14bcf
|
||||
dw Data_14bd9
|
||||
dw Data_14be3
|
||||
|
||||
Data_14b29: ; 0x14b29
|
||||
db $04
|
||||
dw Data_14bed
|
||||
dw Data_14bf7
|
||||
dw Data_14c01
|
||||
dw Data_14c0b
|
||||
|
||||
Data_14b32: ; 0x14b32
|
||||
db $04
|
||||
dw Data_14c15
|
||||
dw Data_14c1f
|
||||
dw Data_14c29
|
||||
dw Data_14c33
|
||||
|
||||
Data_14b3b: ; 0x14b3b
|
||||
db $04
|
||||
dw Data_14c3d
|
||||
dw Data_14c47
|
||||
dw Data_14c51
|
||||
dw Data_14c5b
|
||||
|
||||
Data_14b44: ; 0x14b44
|
||||
db $04
|
||||
dw Data_14c65
|
||||
dw Data_14c6f
|
||||
dw Data_14c79
|
||||
dw Data_14c83
|
||||
|
||||
Data_14b4d: ; 0x14b4d
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $26
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $a60
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b57: ; 0x14b57
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $29
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $a90
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b61: ; 0x14b61
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $2C
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $ac0
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b6b: ; 0x14b6b
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $2F
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $af0
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b75: ; 0x14b75
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $26
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $720
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b7f: ; 0x14b7f
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $29
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $750
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b89: ; 0x14b89
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $2C
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $780
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b93: ; 0x14b93
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $2F
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $7B0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14b9d: ; 0x14b9d
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $26
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $7C0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14ba7: ; 0x14ba7
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $29
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $7F0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14bb1: ; 0x14bb1
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $2C
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $820
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14bbb: ; 0x14bbb
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $2F
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $850
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14bc5: ; 0x14bc5
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $26
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $860
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14bcf: ; 0x14bcf
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $29
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $890
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14bd9: ; 0x14bd9
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $2C
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $8C0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14be3: ; 0x14be3
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $2F
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $8F0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14bed: ; 0x14bed
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $30
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $B00
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14bf7: ; 0x14bf7
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $33
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $B30
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c01: ; 0x14c01
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $36
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $B60
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c0b: ; 0x14c0b
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $39
|
||||
dw StageRedFieldBottomBaseGameBoyGfx + $B90
|
||||
db Bank(StageRedFieldBottomBaseGameBoyGfx)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c15: ; 0x14c15
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $30
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $900
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c1f: ; 0x14c1f
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $33
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $930
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c29: ; 0x14c29
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $36
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $960
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c33: ; 0x14c33
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $39
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $990
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c3d: ; 0x14c3d
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $30
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $9A0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c47: ; 0x14c47
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $33
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $9D0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c51: ; 0x14c51
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $36
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $A00
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c5b: ; 0x14c5b
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $39
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $A30
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c65: ; 0x14c65
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $30
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $A40
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c6f: ; 0x14c6f
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $33
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $A70
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c79: ; 0x14c79
|
||||
dw Func_11d2
|
||||
db $30, $03
|
||||
dw vTilesBG tile $36
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $AA0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
Data_14c83: ; 0x14c83
|
||||
dw Func_11d2
|
||||
db $10, $01
|
||||
dw vTilesBG tile $39
|
||||
dw StageRedFieldBottomIndicatorsGfx_Gameboy + $AD0
|
||||
db Bank(StageRedFieldBottomIndicatorsGfx_Gameboy)
|
||||
db $00 ; terminator
|
||||
|
||||
TileListDataPointers_14c8d:
|
||||
dw Data_14c9d
|
||||
dw Data_14ca0
|
||||
dw Data_14ca3
|
||||
dw Data_14ca6
|
||||
dw Data_14ca9
|
||||
dw Data_14cac
|
||||
dw Data_14caf
|
||||
dw Data_14cb2
|
||||
|
||||
Data_14c9d: ; 0x14c9d
|
||||
db $01
|
||||
dw TileListData_14cb5
|
||||
|
||||
Data_14ca0: ; 0x14ca0
|
||||
db $01
|
||||
dw TileListData_14ccf
|
||||
|
||||
Data_14ca3: ; 0x14ca3
|
||||
db $01
|
||||
dw TileListData_14ce9
|
||||
|
||||
Data_14ca6: ; 0x14ca6
|
||||
db $01
|
||||
dw TileListData_14d03
|
||||
|
||||
Data_14ca9: ; 0x14ca9
|
||||
db $01
|
||||
dw TileListData_14d1d
|
||||
|
||||
Data_14cac: ; 0x14cac
|
||||
db $01
|
||||
dw TileListData_14d37
|
||||
|
||||
Data_14caf: ; 0x14caf
|
||||
db $01
|
||||
dw TileListData_14d51
|
||||
|
||||
Data_14cb2: ; 0x14cb2
|
||||
db $01
|
||||
dw TileListData_14d6b
|
||||
|
||||
TileListData_14cb5: ; 0x14cb5
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $80
|
||||
db $06, $07
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $a0
|
||||
db $08, $09, $0A
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $c0
|
||||
db $0B, $0C, $0D
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $e0
|
||||
db $0E, $0F
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14ccf: ; 0x14ccf
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $80
|
||||
db $06, $07
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $a0
|
||||
db $10, $11, $0A
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $c0
|
||||
db $12, $13, $0D
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $e0
|
||||
db $14, $15
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14ce9: ; 0x14ce9
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $80
|
||||
db $06, $07
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $a0
|
||||
db $10, $16, $17
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $c0
|
||||
db $12, $18, $19
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $e0
|
||||
db $14, $15
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14d03: ; 0x14d03
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $80
|
||||
db $1A, $1B
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $a0
|
||||
db $1C, $1D, $17
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $c0
|
||||
db $12, $18, $19
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $e0
|
||||
db $14, $15
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14d1d: ; 014d1d
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $92
|
||||
db $07, $06
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $b1
|
||||
db $0A, $1E, $08
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $d1
|
||||
db $22, $0C, $24
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $f2
|
||||
db $0F, $0E
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14d37: ; 0x14d37
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $92
|
||||
db $07, $06
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $b1
|
||||
db $0A, $1F, $10
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $d1
|
||||
db $22, $13, $25
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $f2
|
||||
db $15, $14
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14d51: ; 0x14d51
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $92
|
||||
db $07, $06
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $b1
|
||||
db $17, $20, $10
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $d1
|
||||
db $23, $18, $25
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $f2
|
||||
db $15, $14
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
TileListData_14d6b: ; 0x14d6b
|
||||
dw LoadTileLists
|
||||
db $0A ; total number of tiles
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $92
|
||||
db $1B, $1A
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $b1
|
||||
db $17, $21, $1C
|
||||
|
||||
db $03 ; number of tiles
|
||||
dw vBGMap + $d1
|
||||
db $23, $18, $25
|
||||
|
||||
db $02 ; number of tiles
|
||||
dw vBGMap + $f2
|
||||
db $15, $14
|
||||
|
||||
db $00 ; terminator
|
||||
|
||||
ResolveVoltorbCollision: ; 0x14d85
|
||||
ld a, [wWhichVoltorb]
|
||||
@ -35171,7 +35951,9 @@ DiglettBonusDugtrio4Gfx: ; 0xafd60
|
||||
INCBIN "gfx/stage/diglett_bonus/dugtrio_4.2bpp"
|
||||
|
||||
SECTION "bank2c", ROMX, BANK[$2c]
|
||||
dr $b0000, $b3000
|
||||
|
||||
StageRedFieldBottomIndicatorsGfx_Gameboy: ; 0xb0000
|
||||
INCBIN "gfx/stage/red_bottom/red_bottom_indicators_gameboy.2bpp"
|
||||
|
||||
StageRedFieldTopCollisionAttributes6: ; 0xb3000
|
||||
INCBIN "data/collision/maps/red_stage_top_6.collision"
|
||||
@ -35604,7 +36386,9 @@ INCLUDE "data/mon_gfx/mon_billboard_palette_maps_2.asm"
|
||||
|
||||
SaverTextOffGfx: ; 0xd8c00
|
||||
INCBIN "gfx/stage/saver_off.2bpp"
|
||||
dr $d8c40, $d8c80
|
||||
|
||||
AgainTextOffGfx: ; 0xd8c40
|
||||
INCBIN "gfx/stage/again_off.2bpp"
|
||||
|
||||
CatchTextGfx:
|
||||
INCBIN "gfx/stage/catch.w48.2bpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user