From 13d4d533f7c5904391309e72f4b7937210b1c476 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 10:33:58 -0500 Subject: Sync more with pokeyellow --- scripts/AgathasRoom.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/AgathasRoom.asm') diff --git a/scripts/AgathasRoom.asm b/scripts/AgathasRoom.asm index b0c53571..3c5740e9 100755 --- a/scripts/AgathasRoom.asm +++ b/scripts/AgathasRoom.asm @@ -20,7 +20,7 @@ AgathaShowOrHideExitBlock: jp .setExitBlock .blockExitToNextRoom ld a, $3b -.setExitBlock: +.setExitBlock ld [wNewTileBlockID], a lb bc, 0, 2 predef_jump ReplaceTileBlock -- cgit v1.2.3 From 66377fca32c63ca9e362d2d2ce15f0692260ce53 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sat, 14 Nov 2020 20:52:10 -0600 Subject: Fix file modes --- scripts/AgathasRoom.asm | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 scripts/AgathasRoom.asm (limited to 'scripts/AgathasRoom.asm') diff --git a/scripts/AgathasRoom.asm b/scripts/AgathasRoom.asm old mode 100755 new mode 100644 -- cgit v1.2.3