mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
Merge branch 'master' of https://github.com/ZetaNull/jep-hack
This commit is contained in:
commit
1d41bfa2f8
42 changed files with 230 additions and 217 deletions
|
|
@ -11,9 +11,6 @@ PlayersHouse2F_MapScripts:
|
|||
callback MAPCALLBACK_NEWMAP, PlayersHouse2FInitializeRoomCallback
|
||||
callback MAPCALLBACK_TILES, PlayersHouse2FSetUpTileDecorationsCallback
|
||||
|
||||
PlayersHouse2FNoopScene: ; unreferenced
|
||||
end
|
||||
|
||||
PlayersHouse2FInitializeRoomCallback:
|
||||
special ToggleDecorationsVisibility
|
||||
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8
|
||||
|
|
@ -116,8 +113,11 @@ PlayersHouse2F_MapEvents:
|
|||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
IF DEF(_DEBUG)
|
||||
warp_event 7, 0, DEBUG_ROOM, 1
|
||||
;warp_event 7, 0, PLAYERS_HOUSE_1F, 3
|
||||
else
|
||||
warp_event 7, 0, PLAYERS_HOUSE_1F, 3
|
||||
endc
|
||||
|
||||
def_coord_events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue