Various d_ work (#2968)

* map work

* various meter work

* d_meter_button ShieldD almost equivalent

* error fix
This commit is contained in:
Carco_21
2025-12-20 21:06:17 -05:00
committed by GitHub
parent a1c691ec92
commit c434c2edde
20 changed files with 949 additions and 353 deletions
+1 -1
View File
@@ -3886,7 +3886,7 @@ bool dMeter2Draw_c::getFishingType() {
static const char* tex_name[] = {"tt_heart_00.bti", "tt_heart_01.bti", "tt_heart_02.bti",
"tt_heart_03.bti"};
bool dMeter2Draw_c::getCanoeFishing() {
u8 dMeter2Draw_c::getCanoeFishing() {
if (!strcmp(dComIfGp_getStartStageName(), "F_SP127") &&
((daPy_py_c*)dComIfGp_getPlayer(0))->checkCanoeRide())
{