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 capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -19,7 +19,7 @@ text_from_ram: MACRO
|
||||
db TX_RAM
|
||||
dw \1
|
||||
ENDM
|
||||
|
||||
|
||||
enum TX_BCD
|
||||
text_bcd: macro
|
||||
db TX_BCD
|
||||
|
||||
@@ -167,7 +167,7 @@ endm
|
||||
|
||||
; Mobile
|
||||
enum_start 1
|
||||
|
||||
|
||||
enum mobiletradeanim_showgivemon_command
|
||||
mobiletradeanim_showgivemon: macro
|
||||
db mobiletradeanim_showgivemon_command ; 01
|
||||
|
||||
@@ -202,11 +202,11 @@ endm
|
||||
hall_of_fame: MACRO
|
||||
\1::
|
||||
\1WinCount:: ds 1
|
||||
\1Mon1:: hof_mon \1Mon1
|
||||
\1Mon2:: hof_mon \1Mon2
|
||||
\1Mon3:: hof_mon \1Mon3
|
||||
\1Mon4:: hof_mon \1Mon4
|
||||
\1Mon5:: hof_mon \1Mon5
|
||||
\1Mon1:: hof_mon \1Mon1
|
||||
\1Mon2:: hof_mon \1Mon2
|
||||
\1Mon3:: hof_mon \1Mon3
|
||||
\1Mon4:: hof_mon \1Mon4
|
||||
\1Mon5:: hof_mon \1Mon5
|
||||
\1Mon6:: hof_mon \1Mon6
|
||||
\1End:: ds 1
|
||||
ENDM
|
||||
|
||||
Reference in New Issue
Block a user