diff options
Diffstat (limited to 'engine/events_3.asm')
-rwxr-xr-x | engine/events_3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events_3.asm b/engine/events_3.asm index 55dc59a1a..68e6e0d34 100755 --- a/engine/events_3.asm +++ b/engine/events_3.asm @@ -4,7 +4,7 @@ ReturnFromMapSetupScript:: ; b8000 ; For some reson, GameFreak chose to use a callba here instead of just falling through. ; No other function in the game references the function at 2E:400A, here labeled ; ReturnFromMapSetupScript.inefficientcallba. - callba .inefficientcallba ; this is a waste of 6 ROM bytes and 2 stack bytes + callba .inefficientcallba ; this is a waste of 6 ROM bytes and 6 stack bytes ret ; b800a |