You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with lowercase letters are no longer decorated with a trailing colon
This commit is contained in:
@@ -540,7 +540,7 @@ TrainerCard_Page2_3_OAMUpdate: ; 25448 (9:5448)
|
||||
|
||||
; 254a7 (9:54a7)
|
||||
|
||||
.facing1: ; 254a7
|
||||
.facing1 ; 254a7
|
||||
; y, x, tile, OAM attributes
|
||||
db 0, 0, 0, 0
|
||||
db 0, 8, 1, 0
|
||||
@@ -548,7 +548,7 @@ TrainerCard_Page2_3_OAMUpdate: ; 25448 (9:5448)
|
||||
db 8, 8, 3, 0
|
||||
db -1
|
||||
|
||||
.facing2: ; 254b8
|
||||
.facing2 ; 254b8
|
||||
db 0, 0, 1, X_FLIP
|
||||
db 0, 8, 0, X_FLIP
|
||||
db 8, 0, 3, X_FLIP
|
||||
|
||||
Reference in New Issue
Block a user