Rename dt
and dd
to bigdt
and bigdd
(#1141)
This makes their big-endianness obvious and matches `bigdw`
This commit is contained in:
@@ -229,21 +229,21 @@ ENDM
|
||||
MACRO givemoney
|
||||
db givemoney_command
|
||||
db \1 ; account
|
||||
dt \2 ; money
|
||||
bigdt \2 ; money
|
||||
ENDM
|
||||
|
||||
const takemoney_command ; $23
|
||||
MACRO takemoney
|
||||
db takemoney_command
|
||||
db \1 ; account
|
||||
dt \2 ; money
|
||||
bigdt \2 ; money
|
||||
ENDM
|
||||
|
||||
const checkmoney_command ; $24
|
||||
MACRO checkmoney
|
||||
db checkmoney_command
|
||||
db \1 ; account
|
||||
dt \2 ; money
|
||||
bigdt \2 ; money
|
||||
ENDM
|
||||
|
||||
const givecoins_command ; $25
|
||||
|
Reference in New Issue
Block a user