From c6d003b9b0cce8339749880abd4ae3acd51a41b6 Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Tue, 26 Jan 2021 01:02:28 +0700 Subject: Disassemble Pokecenter PC (#90) Disassemble Pokecenter PC and identify some menu functions in bank 09 --- scripts/PlayerHouse2F.asm | 2 +- scripts/SilentHillHouse.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/PlayerHouse2F.asm b/scripts/PlayerHouse2F.asm index 51c0fbc..bccb514 100644 --- a/scripts/PlayerHouse2F.asm +++ b/scripts/PlayerHouse2F.asm @@ -120,7 +120,7 @@ PlayerHouse2FComputerText: .jump call RefreshScreen - callab Function1477D + callab PokemonCenterPC call Function1fea ret 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 -- cgit v1.2.3