mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-12 04:57:06 -04:00
bulblin key
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
#include "f_op/f_op_camera_mng.h"
|
||||
#include <cstring>
|
||||
|
||||
#if TARGET_PC
|
||||
#include "dusk/randomizer/game/verify_item_functions.h"
|
||||
#endif
|
||||
|
||||
class daE_RDB_HIO_c : public JORReflexible {
|
||||
public:
|
||||
daE_RDB_HIO_c();
|
||||
@@ -1250,6 +1254,12 @@ static void demo_camera(e_rdb_class* i_this) {
|
||||
}
|
||||
|
||||
if (iVar1 != 0) {
|
||||
#if TARGET_PC
|
||||
if (randomizer_IsActive()) {
|
||||
u8 itemId = verifyProgressiveItem(randomizer_getItemAtLocation("Hyrule Castle King Bulblin Key"));
|
||||
daPy_getPlayerActorClass()->changeDemoMode(11, itemId, 0, 0);
|
||||
} else // do the next line
|
||||
#endif
|
||||
daPy_getPlayerActorClass()->changeDemoMode(11, 32, 0, 0);
|
||||
i_this->mDemoMode = 12;
|
||||
i_this->field_0x10aa = 0;
|
||||
|
||||
@@ -6639,7 +6639,6 @@
|
||||
- Tbox ID: 9
|
||||
Stage: 20
|
||||
|
||||
# TODO
|
||||
- Name: Hyrule Castle King Bulblin Key
|
||||
Original Item: Hyrule Castle Small Key
|
||||
Categories:
|
||||
@@ -6648,8 +6647,8 @@
|
||||
- Dungeon
|
||||
- Hyrule Castle
|
||||
- REL
|
||||
Metadata:
|
||||
- None
|
||||
- Location Name Lookup
|
||||
Metadata: Hyrule Castle King Bulblin Key
|
||||
|
||||
- Name: Hyrule Castle East Wing Boomerang Puzzle Chest
|
||||
Original Item: Hyrule Castle Dungeon Map
|
||||
|
||||
Reference in New Issue
Block a user