diff options
author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-01-26 01:02:28 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 13:02:28 -0500 |
commit | c6d003b9b0cce8339749880abd4ae3acd51a41b6 (patch) | |
tree | 0cd884dde0d29a011fcef9d0d5a75750f845e040 /scripts/SilentHillHouse.asm | |
parent | 5251fe1ec15442de2605bd1c653e9dfd07b36adc (diff) |
Disassemble Pokecenter PC (#90)
Disassemble Pokecenter PC and identify some menu functions in bank 09
Diffstat (limited to 'scripts/SilentHillHouse.asm')
-rw-r--r-- | scripts/SilentHillHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/SilentHillHouse.asm b/scripts/SilentHillHouse.asm index bef5466..2f90068 100644 --- a/scripts/SilentHillHouse.asm +++ b/scripts/SilentHillHouse.asm @@ -61,7 +61,7 @@ SilentHillHouseNPCText1: .jump call RefreshScreen - callab Function1477D + callab PokemonCenterPC call Function1fea ret |