From d237b01cfb241f417567c964e0df0658cf921570 Mon Sep 17 00:00:00 2001 From: Narishma-gb <194818981+Narishma-gb@users.noreply.github.com> Date: Wed, 10 Sep 2025 06:31:11 +0200 Subject: Misc. naming and cleanup (#139) * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` --- scripts/VictoryRoad1F.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/VictoryRoad1F.asm') diff --git a/scripts/VictoryRoad1F.asm b/scripts/VictoryRoad1F.asm index b7f7a56b..1ba1a069 100644 --- a/scripts/VictoryRoad1F.asm +++ b/scripts/VictoryRoad1F.asm @@ -31,7 +31,7 @@ VictoryRoad1FDefaultScript: call CheckBoulderCoords jp nc, CheckFightingMapTrainers ldh a, [hSpriteIndex] - cp $f + cp PIKACHU_SPRITE_INDEX jp z, CheckFightingMapTrainers ld hl, wCurrentMapScriptFlags set BIT_CUR_MAP_LOADED_1, [hl] -- cgit v1.3.1-sl0p