aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-04-27 15:49:59 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-04-27 15:49:59 -0400
commit6a31663c960a5c1da9dbbf12d49e0252860b96d0 (patch)
tree74c333d90fda4297a40748ddf0dd11771feb0832 /engine/movie
parentPort 'add_tmnum' from pokecrystal (diff)
downloadpokeyellow-6a31663c960a5c1da9dbbf12d49e0252860b96d0.tar.gz
pokeyellow-6a31663c960a5c1da9dbbf12d49e0252860b96d0.tar.xz
pokeyellow-6a31663c960a5c1da9dbbf12d49e0252860b96d0.zip
Use {interpolation} to generate sequences of RAM labels
Fixes #319
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 53ca24f3..f722ebff 100644
--- a/engine/movie/oak_speech/init_player_data.asm
+++ b/engine/movie/oak_speech/init_player_data.asm
@@ -14,7 +14,7 @@ InitPlayerData2:
ld hl, wPartyCount
call InitializeEmptyList
- ld hl, wNumInBox
+ ld hl, wBoxCount
call InitializeEmptyList
ld hl, wNumBagItems
call InitializeEmptyList