Indent comments that describe data table macro formats

This commit is contained in:
Rangi 2020-07-15 12:39:50 -04:00
parent e18e5d50b5
commit 15bcd88228
20 changed files with 30 additions and 30 deletions

View file

@ -3,7 +3,7 @@ hidden_coin: MACRO
ENDM
HiddenCoinCoords:
; map id, x, y
; map id, x, y
hidden_coin GAME_CORNER, 0, 8
hidden_coin GAME_CORNER, 1, 16
hidden_coin GAME_CORNER, 3, 11

View file

@ -3,7 +3,7 @@ hidden_item: MACRO
ENDM
HiddenItemCoords:
; map id, x, y
; map id, x, y
hidden_item VIRIDIAN_FOREST, 1, 18
hidden_item VIRIDIAN_FOREST, 16, 42
hidden_item MT_MOON_B2F, 18, 12

View file

@ -1,5 +1,5 @@
TradeMons:
; give mon, get mon, dialog id, nickname
; give mon, get mon, dialog id, nickname
db NIDORINO, NIDORINA, TRADE_DIALOGSET_CASUAL, "TERRY@@@@@@"
db ABRA, MR_MIME, TRADE_DIALOGSET_CASUAL, "MARCEL@@@@@"
db BUTTERFREE, BEEDRILL, TRADE_DIALOGSET_HAPPY, "CHIKUCHIKU@"