You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Meaningful scene constant names
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
FastShipB1F_MapScripts:
|
||||
db 2 ; scene scripts
|
||||
scene_script .DummyScene0 ; SCENE_FASTSHIPB1F_0
|
||||
scene_script .DummyScene1 ; SCENE_FASTSHIPB1F_1
|
||||
scene_script .DummyScene0 ; SCENE_DEFAULT
|
||||
scene_script .DummyScene1 ; SCENE_FASTSHIPB1F_NOTHING
|
||||
|
||||
db 0 ; callbacks
|
||||
|
||||
@@ -454,8 +454,8 @@ FastShipB1F_MapEvents:
|
||||
warp_event 31, 13, 12, FAST_SHIP_1F
|
||||
|
||||
db 2 ; coord events
|
||||
coord_event 30, 7, SCENE_FASTSHIPB1F_0, UnknownScript_0x7673c
|
||||
coord_event 31, 7, SCENE_FASTSHIPB1F_0, UnknownScript_0x76751
|
||||
coord_event 30, 7, SCENE_DEFAULT, UnknownScript_0x7673c
|
||||
coord_event 31, 7, SCENE_DEFAULT, UnknownScript_0x76751
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 27, 9, BGEVENT_READ, FashShipB1FTrashcan
|
||||
|
||||
Reference in New Issue
Block a user