diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm index 927c705db..b2bf2bc9f 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1109,14 +1109,14 @@ ObjectEventText:: text_far _ObjectEventText text_end -BGEvent:: +BGEvent:: ; unreferenced jumptext BGEventText BGEventText:: text_far _BGEventText text_end -CoordinatesEvent:: +CoordinatesEvent:: ; unreferenced jumptext CoordinatesEventText CoordinatesEventText:: @@ -2047,7 +2047,7 @@ SwitchToAnyMapAttributesBank:: rst Bankswitch ret -GetMapAttributesBank:: +GetMapAttributesBank:: ; unreferenced ld a, [wMapGroup] ld b, a ld a, [wMapNumber] |