Skip to content

Commit 046e815

Browse files
committed
Set the default custom bomb jump to a UBJ
1 parent 0132328 commit 046e815

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Youtube video on macOS (Linux is similar): [https://www.youtube.com/watch?v=fyz6
7474
- Hotkey: dpad-down x3 to save pos
7575
- Move warps menu to bottom (to make scrolling easier)
7676
- Add option to toggle current and previous room timers individually
77+
- Set default custom bomb jump to UBJ
7778

7879
### 2.3.3
7980
- Fix the bomb jump timing lines

src/UI/BombJumping.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ const BombJumpTimings TIMINGS_VENT_SHAFT{
3333

3434
BombJumpTimings TIMINGS_CUSTOM{
3535
.name="Custom",
36-
.count=3,
37-
.timings={0, 50, 75} // dbj (1 - 3 4 method)
38-
// .timings={0, 118, 150, 185, 217, 229} // ubj
36+
.count=6,
37+
// .timings={0, 50, 75} // dbj (1 - 3 4 method)
38+
.timings={0, 118, 150, 185, 217, 229} // ubj
3939
};
4040

4141

0 commit comments

Comments
 (0)