You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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:
@@ -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
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
; MovementPointers indexes (see engine/movement.asm)
|
||||
; MovementPointers indexes (see engine/overworld/movement.asm)
|
||||
enum_start
|
||||
|
||||
; Directional movements
|
||||
|
Reference in New Issue
Block a user