summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshealyrd <esheal@outlook.com>2020-12-09 17:51:00 -0600
committerGitHub <noreply@github.com>2020-12-09 17:51:00 -0600
commit16be3112f9843d61370b14615eb8cb1f4d36ad28 (patch)
tree77ef52e1a07e7c5f92bd6f351d04edace7b042ff /src
parent4ec556cda4c32dbdbf1787813187515192a9cd37 (diff)
Update bank03.asm
Diffstat (limited to 'src')
-rw-r--r--src/engine/bank03.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/bank03.asm b/src/engine/bank03.asm
index 47d9590..366feee 100644
--- a/src/engine/bank03.asm
+++ b/src/engine/bank03.asm
@@ -3662,14 +3662,14 @@ Script_Ishihara: ; db4a (3:5b4a)
.ows_dba8
run_command ScriptCommand_CheckIfCardInCollectionOrDecks
- db $ac
+ db CLEFABLE
dw .ows_dbaf
run_command ScriptCommand_PrintTextQuitFully
tx Text072d
.ows_dbaf
run_command ScriptCommand_CheckIfCardInCollection
- db $ac
+ db CLEFABLE
dw .ows_dbb6
run_command ScriptCommand_PrintTextQuitFully
tx Text072e
@@ -3714,14 +3714,14 @@ Script_Ishihara: ; db4a (3:5b4a)
.ows_dbe1
run_command ScriptCommand_CheckIfCardInCollectionOrDecks
- db $bb
+ db DITTO
dw .ows_dbe8
run_command ScriptCommand_PrintTextQuitFully
tx Text0734
.ows_dbe8
run_command ScriptCommand_CheckIfCardInCollection
- db $bb
+ db DITTO
dw .ows_dbef
run_command ScriptCommand_PrintTextQuitFully
tx Text0735
@@ -5725,7 +5725,7 @@ Script_Ken: ; ef22 (3:6f22)
db EVENT_FLAG_23
dw .have_300_cards
run_command ScriptCommand_CheckRawAmountOfCardsOwned
- dw $012c ; 300 cards required
+ dw 300;
dw .have_300_cards
run_command ScriptCommand_JumpIfFlagZero1
db EVENT_FLAG_24