File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Trade_LoadCablePalettes:
24
24
; Called just before loading the pokemon sprites for moving through the link cable.
25
25
; This function sort of "patches" the result of "LoadAnimationTileset", so it should be
26
26
; called after any such animations occur.
27
- Trade_InitGameboyTransferGfx_ColorHook
27
+ Trade_InitGameboyTransferGfx_ColorHook:
28
28
call Trade_LoadCablePalettes
29
29
30
30
ld a , 2
Original file line number Diff line number Diff line change 4
4
; d: length of bar (tiles)
5
5
; e: # pixels to fill
6
6
; hl: where to draw
7
- DrawHPBarWithColor
7
+ DrawHPBarWithColor:
8
8
call DrawHPBar
9
9
push bc
10
10
push de
Original file line number Diff line number Diff line change @@ -1702,7 +1702,7 @@ MusicFB: ; e8817
1702
1702
ret
1703
1703
; e883e
1704
1704
1705
- MusicEE ; e883e
1705
+ MusicEE: ; e883e
1706
1706
; conditional jump
1707
1707
; checks a byte in ram corresponding to the current channel
1708
1708
; doesn't seem to be set by any commands
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ PlaySFX::
260
260
;cp e
261
261
;jr c, .quit
262
262
263
- PlaySFX_play
263
+ PlaySFX_play:
264
264
.play
265
265
ld a , [ hROMBank ]
266
266
push af
@@ -285,7 +285,7 @@ PopAllRet:
285
285
286
286
_LoadMusicByte::
287
287
; CurMusicByte = [a:de]
288
- GLOBAL LoadMusicByte
288
+ EXPORT LoadMusicByte
289
289
290
290
ld [ hROMBank ], a
291
291
ld [ MBC1RomBank ], a
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ CeladonMart3Text5:
74
74
TX_FAR _CeladonMart3Text5
75
75
db "@"
76
76
77
- CeladonMart3Text12
77
+ CeladonMart3Text12:
78
78
CeladonMart3Text10:
79
79
CeladonMart3Text8:
80
80
CeladonMart3Text6:
You can’t perform that action at this time.
0 commit comments