fix-various-little-things

A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
This commit is contained in:
mid-kid
2018-05-05 09:19:04 +02:00
parent a63d9dfd4f
commit c82deab86f
18 changed files with 41 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
; ScriptCommandTable indexes (see engine/scripting.asm)
; ScriptCommandTable indexes (see engine/overworld/scripting.asm)
enum_start
enum scall_command ; $00
@@ -315,15 +315,15 @@ giveegg: MACRO
db \2 ; level
ENDM
enum givepokeitem_command ; $2f
givepokeitem: MACRO
db givepokeitem_command
enum givepokemail_command ; $2f
givepokemail: MACRO
db givepokemail_command
dw \1 ; pointer
ENDM
enum checkpokeitem_command ; $30
checkpokeitem: MACRO
db checkpokeitem_command
enum checkpokemail_command ; $30
checkpokemail: MACRO
db checkpokemail_command
dw \1 ; pointer
ENDM

View File

@@ -1,4 +1,4 @@
; MovementPointers indexes (see engine/movement.asm)
; MovementPointers indexes (see engine/overworld/movement.asm)
enum_start
; Directional movements