Skip to content

Commit

Permalink
Remove start roaming script command
Browse files Browse the repository at this point in the history
  • Loading branch information
ElwinBran committed Jun 27, 2024
1 parent 40a9d5a commit f8833e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions asm/macros/event.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1663,11 +1663,6 @@
.2byte \localId
.endm

.macro startroaming roamer:req
.byte 0xd8
.byte \roamer
.endm

@ Supplementary

.macro goto_if_unset flag:req, dest:req
Expand Down
2 changes: 0 additions & 2 deletions data/maps/Debug/scripts.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Debug_MapScripts::
Debug_GiveFormMon::
lock
givemon SPECIES_RAIKOU, 5, ITEM_NONE
startroaming ROAMER_RAIKOU
release
end

Expand All @@ -19,7 +18,6 @@ Debug_Battle::
Debug_GiveNormalMon::
lock
givemon SPECIES_ENTEI, 5, ITEM_NONE
startroaming ROAMER_ENTEI
release
end

Expand Down
1 change: 0 additions & 1 deletion data/script_cmd_table.inc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ gScriptCmdTable::
.4byte ScrCmd_fadescreenswapbuffers @ 0xd5
.4byte ScrCmd_setobjectmovementtypeinstant @ 0xd6
.4byte ScrCmd_resetobjectmovementtype @ 0xd7
.4byte ScrCmd_startroaming @ 0xd8

gScriptCmdTableEnd::
.4byte ScrCmd_nop

0 comments on commit f8833e7

Please sign in to comment.