From 2c5e1047e58f4dc5ae44fff8aaacd26a979b48b8 Mon Sep 17 00:00:00 2001 From: Zarby89 Date: Sat, 21 Sep 2019 11:02:42 -0400 Subject: [PATCH] moved OWG sign 2 tile down --- invertedmaps.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invertedmaps.asm b/invertedmaps.asm index 3e34a88..dad5656 100644 --- a/invertedmaps.asm +++ b/invertedmaps.asm @@ -2,7 +2,7 @@ Overworld_LoadNewTiles: { ; add sign to EDM for OWG people to read LDA $040A : AND #$00FF : CMP #$0005 : BNE + - LDA #$0101 : STA $7E2D98 ; #$0101 is the sign tile16 id, $7E2D98 is the position of the tile16 on map + LDA #$0101 : STA $7E2E18 ; #$0101 is the sign tile16 id, $7E2D98 is the position of the tile16 on map + ; GT sign