You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use :: to export labels between objects.
This fixes the build.
This commit is contained in:
@@ -3,7 +3,7 @@ INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Events", ROMX, BANK[EVENTS]
|
||||
|
||||
OverworldLoop: ; 966b0
|
||||
OverworldLoop:: ; 966b0
|
||||
xor a
|
||||
ld [MapStatus], a
|
||||
.loop
|
||||
@@ -30,7 +30,7 @@ Function966cb: ; 966cb
|
||||
ret
|
||||
; 966d0
|
||||
|
||||
Function966d0: ; 966d0
|
||||
Function966d0:: ; 966d0
|
||||
ld a, $ff
|
||||
ld [ScriptFlags3], a
|
||||
ret
|
||||
@@ -419,7 +419,7 @@ CheckTileEvent: ; 96874
|
||||
; 968c7
|
||||
|
||||
|
||||
Function968c7: ; 968c7
|
||||
Function968c7:: ; 968c7
|
||||
ld hl, $d452
|
||||
ld a, [hl]
|
||||
and a
|
||||
|
||||
Reference in New Issue
Block a user