Rename dt
and dd
to bigdt
and bigdd
(#1141)
This makes their big-endianness obvious and matches `bigdw`
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
MACRO momitem
|
||||
; money to trigger, cost, kind, item
|
||||
dt \1
|
||||
dt \2
|
||||
bigdt \1, \2
|
||||
db \3, \4
|
||||
ENDM
|
||||
|
||||
@@ -26,4 +25,4 @@ MomItems_2:
|
||||
momitem 100000, 22800, MOM_DOLL, DECO_BIG_SNORLAX_DOLL
|
||||
.End
|
||||
|
||||
dt 0 ; unused
|
||||
bigdt 0 ; unused
|
||||
|
Reference in New Issue
Block a user