diff options
author | Daniel Harding <33dannye@gmail.com> | 2021-06-07 19:52:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 19:52:55 -0500 |
commit | 38c1766a56e183f036c1be795e3b5bf47ed9d67f (patch) | |
tree | 2221978851cadddf4343c16b277efd0ac6ae7b50 /src/engine/home.asm | |
parent | 36ef80903a5cb821ddf4660276709144df67f8b6 (diff) | |
parent | 119507e28423014d1027d284ec711c68e1dbe71e (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.asm | 2 |
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) |