mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
remove incbins in CeladonDeptStoreElevator
This commit is contained in:
parent
1678e02258
commit
fc0b5601af
@ -8,7 +8,7 @@ CeladonDeptStoreElevator_MapScriptHeader: ; 0x713ab
|
|||||||
|
|
||||||
MapCeladonDeptStoreElevatorSignpost0Script: ; 0x713ad
|
MapCeladonDeptStoreElevatorSignpost0Script: ; 0x713ad
|
||||||
loadfont
|
loadfont
|
||||||
elevator $53be
|
elevator Elevator_0x713be
|
||||||
loadmovesprites
|
loadmovesprites
|
||||||
iffalse UnknownScript_0x713bd
|
iffalse UnknownScript_0x713bd
|
||||||
pause 5
|
pause 5
|
||||||
@ -19,19 +19,18 @@ UnknownScript_0x713bd: ; 0x713bd
|
|||||||
end
|
end
|
||||||
; 0x713be
|
; 0x713be
|
||||||
|
|
||||||
; elevator
|
|
||||||
UnknownText_0x713be: ; 0x713be
|
|
||||||
text_waitbutton
|
|
||||||
text_box $1504, 5, 5
|
|
||||||
store_at $615
|
|
||||||
text_waitbutton
|
|
||||||
store_at $715
|
|
||||||
text_dunno2
|
|
||||||
store_at $815
|
|
||||||
start_asm
|
|
||||||
; 0x713d0
|
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$713d0,$713d8 - $713d0
|
Elevator_0x713be: ; 0x713be
|
||||||
|
db 6 ; floors
|
||||||
|
db _1F, 4, GROUP_CELADON_DEPT_STORE_1F, MAP_CELADON_DEPT_STORE_1F
|
||||||
|
db _2F, 3, GROUP_CELADON_DEPT_STORE_2F, MAP_CELADON_DEPT_STORE_2F
|
||||||
|
db _3F, 3, GROUP_CELADON_DEPT_STORE_3F, MAP_CELADON_DEPT_STORE_3F
|
||||||
|
db _4F, 3, GROUP_CELADON_DEPT_STORE_4F, MAP_CELADON_DEPT_STORE_4F
|
||||||
|
db _5F, 3, GROUP_CELADON_DEPT_STORE_5F, MAP_CELADON_DEPT_STORE_5F
|
||||||
|
db _6F, 2, GROUP_CELADON_DEPT_STORE_6F, MAP_CELADON_DEPT_STORE_6F
|
||||||
|
db $ff ; end
|
||||||
|
; 0x713d8
|
||||||
|
|
||||||
|
|
||||||
CeladonDeptStoreElevator_MapEventHeader: ; 0x713d8
|
CeladonDeptStoreElevator_MapEventHeader: ; 0x713d8
|
||||||
; filler
|
; filler
|
||||||
|
Loading…
Reference in New Issue
Block a user