aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-04-30 14:03:34 -0500
committerdannye <33dannye@gmail.com>2021-04-30 14:03:34 -0500
commit0cbd5acb76d0f5df35ebf529bd227c201e0b3115 (patch)
treefcc3124631cbbc05d3f4df670d13e5f2a3e02e59 /engine/movie
parentpokered -> pokeyellow (diff)
parentUse {interpolation} to generate sequences of RAM labels (diff)
downloadpokeyellow-0cbd5acb76d0f5df35ebf529bd227c201e0b3115.tar.gz
pokeyellow-0cbd5acb76d0f5df35ebf529bd227c201e0b3115.tar.xz
pokeyellow-0cbd5acb76d0f5df35ebf529bd227c201e0b3115.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/movie')
-rw-r--r--engine/movie/oak_speech/init_player_data.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/movie/oak_speech/init_player_data.asm b/engine/movie/oak_speech/init_player_data.asm
index d6745daf..ca7f203d 100644
--- a/engine/movie/oak_speech/init_player_data.asm
+++ b/engine/movie/oak_speech/init_player_data.asm
@@ -19,7 +19,7 @@ InitPlayerData2:
ld hl, wPartyCount
call InitializeEmptyList
- ld hl, wNumInBox
+ ld hl, wBoxCount
call InitializeEmptyList
ld hl, wNumBagItems
call InitializeEmptyList