diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-28 20:20:20 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-28 20:20:20 +0100 |
commit | 7d9ea8a30d19fae6a39bb36981e27db6edbea5e7 (patch) | |
tree | 632526b60f8642fa2362e6a5582799e906b28718 /src/engine/home.asm | |
parent | e38d9f1de3abe1cdb54e7292ead677151348bd4e (diff) |
AI routines and Energy Trans logic
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 4f9fc31..338dbb0 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -5218,7 +5218,7 @@ Func_1bca: ; 1bca (0:1bca) ret ; 0x1c05 -; return in a the retreat cost of the turn holder's arena or benchx Pokemon +; return in a the retreat cost of the turn holder's arena or bench Pokemon ; given the PLAY_AREA_* value in hTempPlayAreaLocation_ff9d GetPlayAreaCardRetreatCost: ; 1c05 (0:1c05) ldh a, [hTempPlayAreaLocation_ff9d] |