diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:37:15 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-11 20:37:15 -0400 |
| commit | f5983c0f813d3d908b6016db3ed866e4ca9437dc (patch) | |
| tree | d6888723f443557ce45c9a00d873caa5e7a8930e /data/hidden_objects.asm | |
| parent | Character dict; surfing minigame; printer debug (diff) | |
| parent | More syncing with pokered (diff) | |
| download | pokeyellow-f5983c0f813d3d908b6016db3ed866e4ca9437dc.tar.gz pokeyellow-f5983c0f813d3d908b6016db3ed866e4ca9437dc.tar.xz pokeyellow-f5983c0f813d3d908b6016db3ed866e4ca9437dc.zip | |
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'data/hidden_objects.asm')
| -rwxr-xr-x | data/hidden_objects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/hidden_objects.asm b/data/hidden_objects.asm index ccf32510..6738d597 100755 --- a/data/hidden_objects.asm +++ b/data/hidden_objects.asm @@ -299,7 +299,7 @@ SaffronPokecenterHiddenObjects: RedsHouse2FHiddenObjects: hidden_object 1, 0, SPRITE_FACING_UP, OpenRedsPC - hidden_object 5, 3, $d0, PrintRedsNESText + hidden_object 5, 3, $d0, PrintRedSNESText db $ff BluesHouseHiddenObjects: |
