mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
Add AFD track loop points
This commit is contained in:
parent
f09c77c81b
commit
767a174108
@ -2657,6 +2657,10 @@ export default class BattleScene extends SceneBase {
|
|||||||
return 41.42;
|
return 41.42;
|
||||||
case "mystery_encounter_delibirdy": // Firel Delibirdy
|
case "mystery_encounter_delibirdy": // Firel Delibirdy
|
||||||
return 82.28;
|
return 82.28;
|
||||||
|
case "title_afd": // Andr06 - PokéRogue Title Remix (AFD)
|
||||||
|
return 47.660;
|
||||||
|
case "battle_rival_3_afd": // Andr06 - Final N Battle Remix (AFD)
|
||||||
|
return 49.147;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user