mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Local labels starting with underscores have colons depending on whether the first alphanumeric character is capitalized or not
This commit is contained in:
parent
6be4cd4da9
commit
73c7ea2b43
@ -712,7 +712,7 @@ GetDecoName: ; 26c72
|
|||||||
call ._getdeconame
|
call ._getdeconame
|
||||||
jr .copy
|
jr .copy
|
||||||
|
|
||||||
._getdeconame: ; 26ccf
|
._getdeconame ; 26ccf
|
||||||
push bc
|
push bc
|
||||||
ld hl, DecorationNames
|
ld hl, DecorationNames
|
||||||
call GetNthString
|
call GetNthString
|
||||||
|
@ -978,7 +978,7 @@ MapObjectMovementPattern: ; 47dd
|
|||||||
ld [hl], STEP_TYPE_TRACKING_OBJECT
|
ld [hl], STEP_TYPE_TRACKING_OBJECT
|
||||||
ret
|
ret
|
||||||
|
|
||||||
._MovementShadow_Grass_Emote_BoulderDust
|
._MovementShadow_Grass_Emote_BoulderDust:
|
||||||
ld hl, OBJECT_RANGE
|
ld hl, OBJECT_RANGE
|
||||||
add hl, bc
|
add hl, bc
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
@ -1014,7 +1014,7 @@ MapObjectMovementPattern: ; 47dd
|
|||||||
ld [hl], STEP_TYPE_15
|
ld [hl], STEP_TYPE_15
|
||||||
ret
|
ret
|
||||||
|
|
||||||
._MovementScreenShake
|
._MovementScreenShake:
|
||||||
ld d, a
|
ld d, a
|
||||||
and %00111111
|
and %00111111
|
||||||
ld e, a
|
ld e, a
|
||||||
|
@ -77,7 +77,7 @@ SailorScript_0x75160:
|
|||||||
warp VERMILION_PORT, $7, $11
|
warp VERMILION_PORT, $7, $11
|
||||||
end
|
end
|
||||||
|
|
||||||
._Olivine
|
._Olivine:
|
||||||
writetext UnknownText_0x7548d
|
writetext UnknownText_0x7548d
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
|
@ -228,7 +228,7 @@ CallInSafeGFXMode: ; 104177
|
|||||||
ret
|
ret
|
||||||
; 10419c
|
; 10419c
|
||||||
|
|
||||||
._hl_: ; 10419c
|
._hl_ ; 10419c
|
||||||
jp [hl]
|
jp [hl]
|
||||||
; 10419d
|
; 10419d
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user