diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-17 22:58:48 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-17 22:58:48 -0400 |
| commit | 46aeb3012f48cc706a9b5a228f74db5a822383e9 (patch) | |
| tree | a0d04cd154a8a412fbdac43cbc6caaa11a19f589 /engine | |
| parent | Add a subdirectory for RAM files (diff) | |
| download | pokeyellow-46aeb3012f48cc706a9b5a228f74db5a822383e9.tar.gz pokeyellow-46aeb3012f48cc706a9b5a228f74db5a822383e9.tar.xz pokeyellow-46aeb3012f48cc706a9b5a228f74db5a822383e9.zip | |
`cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 5a2ee2af..03566487 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -3471,7 +3471,7 @@ IsGhostBattle: ld a, [wCurMap] cp POKEMON_TOWER_1F jr c, .next - cp MR_FUJIS_HOUSE + cp POKEMON_TOWER_7F + 1 jr nc, .next ld b, SILPH_SCOPE call IsItemInBag |
