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