summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2021-06-07 19:52:55 -0500
committerGitHub <noreply@github.com>2021-06-07 19:52:55 -0500
commit38c1766a56e183f036c1be795e3b5bf47ed9d67f (patch)
tree2221978851cadddf4343c16b277efd0ac6ae7b50 /src/engine/home.asm
parent36ef80903a5cb821ddf4660276709144df67f8b6 (diff)
parent119507e28423014d1027d284ec711c68e1dbe71e (diff)
Merge pull request #108 from ElectroDeoxys/master
Split banks 5 and 8
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 87deaaa..670557f 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -8258,7 +8258,7 @@ AIDoAction_TakePrize: ; 2bd7 (0:2bd7)
jr AIDoAction ; this line is not needed
; calls the appropriate AI routine to handle action,
-; depending on the deck ID (see engine/deck_ai/deck_ai.asm)
+; depending on the deck ID (see engine/ai/deck_ai.asm)
; input:
; - a = AIACTION_* constant
AIDoAction: ; 2bdb (0:2bdb)